1 /*
2 
3     Copyright (C) 2014, The University of Texas at Austin
4 
5     This file is part of libflame and is available under the 3-Clause
6     BSD license, which can be found in the LICENSE file at the top-level
7     directory, or at http://opensource.org/licenses/BSD-3-Clause
8 
9 */
10 
11 FLA_Error FLA_CAQR2_UT_blk_var1( FLA_Obj U,
12                                  FLA_Obj D, FLA_Obj T, fla_caqr2ut_t* cntl );
13 FLA_Error FLA_CAQR2_UT_blk_var2( FLA_Obj U,
14                                  FLA_Obj D, FLA_Obj T, fla_caqr2ut_t* cntl );
15 
16 FLA_Error FLA_CAQR2_UT_unb_var1( FLA_Obj U,
17                                  FLA_Obj D, FLA_Obj T );
18 
19 FLA_Error FLA_CAQR2_UT_opt_var1( FLA_Obj U,
20                                  FLA_Obj D, FLA_Obj T );
21 FLA_Error FLA_CAQR2_UT_ops_var1( int m_UT,
22                                  int m_D,
23                                  float* U, int rs_U, int cs_U,
24                                  float* D, int rs_D, int cs_D,
25                                  float* T, int rs_T, int cs_T );
26 FLA_Error FLA_CAQR2_UT_opd_var1( int m_UT,
27                                  int m_D,
28                                  double* U, int rs_U, int cs_U,
29                                  double* D, int rs_D, int cs_D,
30                                  double* T, int rs_T, int cs_T );
31 FLA_Error FLA_CAQR2_UT_opc_var1( int m_UT,
32                                  int m_D,
33                                  scomplex* U, int rs_U, int cs_U,
34                                  scomplex* D, int rs_D, int cs_D,
35                                  scomplex* T, int rs_T, int cs_T );
36 FLA_Error FLA_CAQR2_UT_opz_var1( int m_UT,
37                                  int m_D,
38                                  dcomplex* U, int rs_U, int cs_U,
39                                  dcomplex* D, int rs_D, int cs_D,
40                                  dcomplex* T, int rs_T, int cs_T );
41 
42