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_QR2_UT_blk_var1( FLA_Obj U, 00012 FLA_Obj D, FLA_Obj T, fla_qr2ut_t* cntl ); 00013 FLA_Error FLA_QR2_UT_blk_var2( FLA_Obj U, 00014 FLA_Obj D, FLA_Obj T, fla_qr2ut_t* cntl ); 00015 00016 FLA_Error FLA_QR2_UT_unb_var1( FLA_Obj U, 00017 FLA_Obj D, FLA_Obj T ); 00018 00019 FLA_Error FLA_QR2_UT_opt_var1( FLA_Obj U, 00020 FLA_Obj D, FLA_Obj T ); 00021 00022 FLA_Error FLA_QR2_UT_ops_var1( int m_UT, 00023 int m_D, 00024 float* U, int rs_U, int cs_U, 00025 float* D, int rs_D, int cs_D, 00026 float* T, int rs_T, int cs_T ); 00027 FLA_Error FLA_QR2_UT_opd_var1( int m_UT, 00028 int m_D, 00029 double* U, int rs_U, int cs_U, 00030 double* D, int rs_D, int cs_D, 00031 double* T, int rs_T, int cs_T ); 00032 FLA_Error FLA_QR2_UT_opc_var1( int m_UT, 00033 int m_D, 00034 scomplex* U, int rs_U, int cs_U, 00035 scomplex* D, int rs_D, int cs_D, 00036 scomplex* T, int rs_T, int cs_T ); 00037 FLA_Error FLA_QR2_UT_opz_var1( int m_UT, 00038 int m_D, 00039 dcomplex* U, int rs_U, int cs_U, 00040 dcomplex* D, int rs_D, int cs_D, 00041 dcomplex* T, int rs_T, int cs_T );