libflame revision_anchor
FLA_QR2_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
12 FLA_Obj D, FLA_Obj T, fla_qr2ut_t* cntl );
14 FLA_Obj D, FLA_Obj T, fla_qr2ut_t* cntl );
15
17 FLA_Obj D, FLA_Obj T );
18
20 FLA_Obj D, FLA_Obj T );
21
23 int m_D,
24 float* U, int rs_U, int cs_U,
25 float* D, int rs_D, int cs_D,
26 float* T, int rs_T, int cs_T );
28 int m_D,
29 double* U, int rs_U, int cs_U,
30 double* D, int rs_D, int cs_D,
31 double* T, int rs_T, int cs_T );
33 int m_D,
34 scomplex* U, int rs_U, int cs_U,
35 scomplex* D, int rs_D, int cs_D,
36 scomplex* T, int rs_T, int cs_T );
38 int m_D,
39 dcomplex* U, int rs_U, int cs_U,
40 dcomplex* D, int rs_D, int cs_D,
41 dcomplex* T, int rs_T, int cs_T );
FLA_Error FLA_QR2_UT_unb_var1(FLA_Obj U, FLA_Obj D, FLA_Obj T)
Definition FLA_QR2_UT_unb_var1.c:13
FLA_Error FLA_QR2_UT_opt_var1(FLA_Obj U, FLA_Obj D, FLA_Obj T)
Definition FLA_QR2_UT_opt_var1.c:13
FLA_Error FLA_QR2_UT_blk_var2(FLA_Obj U, FLA_Obj D, FLA_Obj T, fla_qr2ut_t *cntl)
Definition FLA_QR2_UT_blk_var2.c:13
FLA_Error FLA_QR2_UT_blk_var1(FLA_Obj U, FLA_Obj D, FLA_Obj T, fla_qr2ut_t *cntl)
Definition FLA_QR2_UT_blk_var1.c:13
FLA_Error FLA_QR2_UT_opz_var1(int m_UT, int m_D, dcomplex *U, int rs_U, int cs_U, dcomplex *D, int rs_D, int cs_D, dcomplex *T, int rs_T, int cs_T)
Definition FLA_QR2_UT_opt_var1.c:295
FLA_Error FLA_QR2_UT_opc_var1(int m_UT, int m_D, scomplex *U, int rs_U, int cs_U, scomplex *D, int rs_D, int cs_D, scomplex *T, int rs_T, int cs_T)
Definition FLA_QR2_UT_opt_var1.c:231
FLA_Error FLA_QR2_UT_ops_var1(int m_UT, int m_D, float *U, int rs_U, int cs_U, float *D, int rs_D, int cs_D, float *T, int rs_T, int cs_T)
Definition FLA_QR2_UT_opt_var1.c:103
FLA_Error FLA_QR2_UT_opd_var1(int m_UT, int m_D, double *U, int rs_U, int cs_U, double *D, int rs_D, int cs_D, double *T, int rs_T, int cs_T)
Definition FLA_QR2_UT_opt_var1.c:167
int FLA_Error
Definition FLA_type_defs.h:47
int i
Definition bl1_axmyv2.c:145
Definition FLA_type_defs.h:159
Definition blis_type_defs.h:138
Definition FLA_Cntl_lapack.h:81
Definition blis_type_defs.h:133