libflame
revision_anchor
|
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_Error FLA_CAQR2_UT_blk_var1( FLA_Obj U, 00012 FLA_Obj D, FLA_Obj T, fla_caqr2ut_t* cntl ); 00013 FLA_Error FLA_CAQR2_UT_blk_var2( FLA_Obj U, 00014 FLA_Obj D, FLA_Obj T, fla_caqr2ut_t* cntl ); 00015 00016 FLA_Error FLA_CAQR2_UT_unb_var1( FLA_Obj U, 00017 FLA_Obj D, FLA_Obj T ); 00018 00019 FLA_Error FLA_CAQR2_UT_opt_var1( FLA_Obj U, 00020 FLA_Obj D, FLA_Obj T ); 00021 FLA_Error FLA_CAQR2_UT_ops_var1( int m_UT, 00022 int m_D, 00023 float* U, int rs_U, int cs_U, 00024 float* D, int rs_D, int cs_D, 00025 float* T, int rs_T, int cs_T ); 00026 FLA_Error FLA_CAQR2_UT_opd_var1( int m_UT, 00027 int m_D, 00028 double* U, int rs_U, int cs_U, 00029 double* D, int rs_D, int cs_D, 00030 double* T, int rs_T, int cs_T ); 00031 FLA_Error FLA_CAQR2_UT_opc_var1( int m_UT, 00032 int m_D, 00033 scomplex* U, int rs_U, int cs_U, 00034 scomplex* D, int rs_D, int cs_D, 00035 scomplex* T, int rs_T, int cs_T ); 00036 FLA_Error FLA_CAQR2_UT_opz_var1( int m_UT, 00037 int m_D, 00038 dcomplex* U, int rs_U, int cs_U, 00039 dcomplex* D, int rs_D, int cs_D, 00040 dcomplex* T, int rs_T, int cs_T ); 00041