libflame  revision_anchor
FLA_Tevd_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_Tevd_iteracc_v_opt_var1() -------------------------------------------
00012 
00013 FLA_Error FLA_Tevd_iteracc_v_ops_var1( int       m_A,
00014                                        int       n_G,
00015                                        int       ijTL,
00016                                        float*    buff_d, int inc_d, 
00017                                        float*    buff_e, int inc_e,
00018                                        scomplex* buff_G, int rs_G, int cs_G,
00019                                        int*      n_iter_perf );
00020 FLA_Error FLA_Tevd_iteracc_v_opd_var1( int       m_A,
00021                                        int       n_G,
00022                                        int       ijTL,
00023                                        double*   buff_d, int inc_d, 
00024                                        double*   buff_e, int inc_e,
00025                                        dcomplex* buff_G, int rs_G, int cs_G,
00026                                        int*      n_iter_perf );
00027 
00028 FLA_Error FLA_Tevd_iteracc_v_ops_var3( int       m_A,
00029                                        int       m_U,
00030                                        int       n_G,
00031                                        int       ijTL,
00032                                        float*    buff_d, int inc_d, 
00033                                        float*    buff_e, int inc_e,
00034                                        float*    buff_l, int inc_l,
00035                                        int*      buff_ls, int inc_ls,
00036                                        float*    buff_pu, int inc_pu,
00037                                        scomplex* buff_G, int rs_G, int cs_G,
00038                                        int*      n_iter_perf );
00039 FLA_Error FLA_Tevd_iteracc_v_opd_var3( int       m_A,
00040                                        int       m_U,
00041                                        int       n_G,
00042                                        int       ijTL,
00043                                        double*   buff_d, int inc_d, 
00044                                        double*   buff_e, int inc_e,
00045                                        double*   buff_l, int inc_l,
00046                                        int*      buff_ls, int inc_ls,
00047                                        double*   buff_pu, int inc_pu,
00048                                        dcomplex* buff_G, int rs_G, int cs_G,
00049                                        int*      n_iter_perf );
00050