libflame  revision_anchor
FLA_Bsvd_iteracc_v.h
Go to the documentation of this file.
00001 /*
00002 
00003     Copyright (C) 2014, The University of Texas at Austin
00004 
00005     This file is part of libflame and is available under the 3-Clause
00006     BSD license, which can be found in the LICENSE file at the top-level
00007     directory, or at http://opensource.org/licenses/BSD-3-Clause
00008 
00009 */
00010 
00011 // --- FLA_Bsvd_iteracc_v_opt_var1() -------------------------------------------
00012 
00013 FLA_Error FLA_Bsvd_iteracc_v_ops_var1( int       m_A,
00014                                        int       n_GH,
00015                                        int       ijTL,
00016                                        float     tol,
00017                                        float     thresh,
00018                                        float*    buff_d, int inc_d, 
00019                                        float*    buff_e, int inc_e,
00020                                        scomplex* buff_G, int rs_G, int cs_G,
00021                                        scomplex* buff_H, int rs_H, int cs_H,
00022                                        int*      n_iter_perf );
00023 FLA_Error FLA_Bsvd_iteracc_v_opd_var1( int       m_A,
00024                                        int       n_GH,
00025                                        int       ijTL,
00026                                        double    tol,
00027                                        double    thresh,
00028                                        double*   buff_d, int inc_d, 
00029                                        double*   buff_e, int inc_e,
00030                                        dcomplex* buff_G, int rs_G, int cs_G,
00031                                        dcomplex* buff_H, int rs_H, int cs_H,
00032                                        int*      n_iter_perf );