libflame  revision_anchor
FLA_QR_UT_vars.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 
15  int n_A,
16  float* A, int rs_A, int cs_A,
17  float* t, int inc_t );
19  int n_A,
20  double* A, int rs_A, int cs_A,
21  double* t, int inc_t );
23  int n_A,
24  scomplex* A, int rs_A, int cs_A,
25  scomplex* t, int inc_t );
27  int n_A,
28  dcomplex* A, int rs_A, int cs_A,
29  dcomplex* t, int inc_t );
30 
35  int n_A,
36  float* A, int rs_A, int cs_A,
37  float* T, int rs_T, int cs_T );
39  int n_A,
40  double* A, int rs_A, int cs_A,
41  double* T, int rs_T, int cs_T );
43  int n_A,
44  scomplex* A, int rs_A, int cs_A,
45  scomplex* T, int rs_T, int cs_T );
47  int n_A,
48  dcomplex* A, int rs_A, int cs_A,
49  dcomplex* T, int rs_T, int cs_T );
50 
52 
FLA_Error FLA_QR_UT_opd_var1(int m_A, int n_A, double *A, int rs_A, int cs_A, double *t, int inc_t)
Definition: FLA_QR_UT_opt_var1.c:138
FLA_Error FLA_QR_UT_opz_var1(int m_A, int n_A, dcomplex *A, int rs_A, int cs_A, dcomplex *t, int inc_t)
Definition: FLA_QR_UT_opt_var1.c:234
FLA_Error FLA_QR_UT_blk_var1(FLA_Obj A, FLA_Obj T, fla_qrut_t *cntl)
Definition: FLA_QR_UT_blk_var1.c:13
FLA_Error FLA_QR_UT_blk_var3(FLA_Obj A, FLA_Obj T, fla_qrut_t *cntl)
Definition: FLA_QR_UT_blk_var3.c:13
FLA_Error FLA_QR_UT_blk_var2(FLA_Obj A, FLA_Obj T, fla_qrut_t *cntl)
Definition: FLA_QR_UT_blk_var2.c:13
FLA_Error FLA_QR_UT_unb_var1(FLA_Obj A, FLA_Obj t)
Definition: FLA_QR_UT_unb_var1.c:13
FLA_Error FLA_QR_UT_ops_var1(int m_A, int n_A, float *A, int rs_A, int cs_A, float *t, int inc_t)
Definition: FLA_QR_UT_opt_var1.c:90
FLA_Error FLA_QR_UT_opt_var1(FLA_Obj A, FLA_Obj t)
Definition: FLA_QR_UT_opt_var1.c:13
FLA_Error FLA_QR_UT_opt_var2(FLA_Obj A, FLA_Obj T)
Definition: FLA_QR_UT_opt_var2.c:13
FLA_Error FLA_QR_UT_opc_var1(int m_A, int n_A, scomplex *A, int rs_A, int cs_A, scomplex *t, int inc_t)
Definition: FLA_QR_UT_opt_var1.c:186
FLA_Error FLA_QR_UT_ops_var2(int m_A, int n_A, float *A, int rs_A, int cs_A, float *T, int rs_T, int cs_T)
Definition: FLA_QR_UT_opt_var2.c:91
FLA_Error FLA_QR_UT_opc_var2(int m_A, int n_A, scomplex *A, int rs_A, int cs_A, scomplex *T, int rs_T, int cs_T)
Definition: FLA_QR_UT_opt_var2.c:231
FLA_Error FLA_QR_UT_opd_var2(int m_A, int n_A, double *A, int rs_A, int cs_A, double *T, int rs_T, int cs_T)
Definition: FLA_QR_UT_opt_var2.c:161
FLA_Error FLA_QR_UT_opz_var2(int m_A, int n_A, dcomplex *A, int rs_A, int cs_A, dcomplex *T, int rs_T, int cs_T)
Definition: FLA_QR_UT_opt_var2.c:301
FLA_Error FLA_QR_UT_unb_var2(FLA_Obj A, FLA_Obj T)
Definition: FLA_QR_UT_unb_var2.c:13
int FLA_Error
Definition: FLA_type_defs.h:47
Definition: FLA_type_defs.h:159
Definition: blis_type_defs.h:138
Definition: FLA_Cntl_lapack.h:70
Definition: blis_type_defs.h:133