libflame  revision_anchor
FLA_LQ_UT.h
Go to the documentation of this file.
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 #include "FLA_LQ_UT_vars.h"
12 
14 
16 
18 
20 
22 
24 FLA_Error FLASH_LQ_UT_create_hier_matrices( FLA_Obj A_flat, dim_t depth, dim_t* b_flash, FLA_Obj* A, FLA_Obj* TW );
26 
28 //FLA_Error FLA_LQ_UT_form_Q_blk_var1( FLA_Obj A, FLA_Obj T, FLA_Obj W );
29 //FLA_Error FLA_LQ_UT_form_Q_opt_var1( FLA_Obj A, FLA_Obj T );
30 //FLA_Error FLA_LQ_UT_form_Q_ops_var1( int m_A,
31 // int n_A,
32 // float* buff_A, int rs_A, int cs_A,
33 // float* buff_T, int rs_T, int cs_T );
34 //FLA_Error FLA_LQ_UT_form_Q_opd_var1( int m_A,
35 // int n_A,
36 // double* buff_A, int rs_A, int cs_A,
37 // double* buff_T, int rs_T, int cs_T );
38 //FLA_Error FLA_LQ_UT_form_Q_opc_var1( int m_A,
39 // int n_A,
40 // scomplex* buff_A, int rs_A, int cs_A,
41 // scomplex* buff_T, int rs_T, int cs_T );
42 //FLA_Error FLA_LQ_UT_form_Q_opz_var1( int m_A,
43 // int n_A,
44 // dcomplex* buff_A, int rs_A, int cs_A,
45 // dcomplex* buff_T, int rs_T, int cs_T );
FLA_Error FLA_LQ_UT_recover_tau(FLA_Obj T, FLA_Obj tau)
Definition: FLA_LQ_UT_recover_tau.c:13
FLA_Error FLA_LQ_UT_internal(FLA_Obj A, FLA_Obj T, fla_lqut_t *cntl)
Definition: FLA_LQ_UT_internal.c:17
FLA_Error FLASH_LQ_UT(FLA_Obj A, FLA_Obj TW)
Definition: FLASH_LQ_UT.c:16
FLA_Error FLA_LQ_UT_form_Q(FLA_Obj A, FLA_Obj T, FLA_Obj Q)
Definition: FLA_LQ_UT_form_Q.c:13
FLA_Error FLA_LQ_UT_create_T(FLA_Obj A, FLA_Obj *T)
Definition: FLA_LQ_UT_create_T.c:13
FLA_Error FLASH_LQ_UT_solve(FLA_Obj A, FLA_Obj T, FLA_Obj B, FLA_Obj X)
Definition: FLASH_LQ_UT_solve.c:13
FLA_Error FLASH_LQ_UT_create_hier_matrices(FLA_Obj A_flat, dim_t depth, dim_t *b_flash, FLA_Obj *A, FLA_Obj *TW)
Definition: FLASH_LQ_UT_create_hier_matrices.c:13
FLA_Error FLA_LQ_UT_solve(FLA_Obj A, FLA_Obj T, FLA_Obj B, FLA_Obj X)
Definition: FLA_LQ_UT_solve.c:13
FLA_Error FLA_LQ_UT(FLA_Obj A, FLA_Obj T)
Definition: FLA_LQ_UT.c:15
int FLA_Error
Definition: FLA_type_defs.h:47
unsigned long dim_t
Definition: FLA_type_defs.h:71
Definition: FLA_type_defs.h:159
Definition: FLA_Cntl_lapack.h:96