libflame  revision_anchor
FLA_Apply_H2_UT_l.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 "FLAME.h"
12 
14  FLA_Obj A2 );
15 
17  FLA_Obj A2 );
18 
20  int n_a1t,
21  float* tau,
22  float* u2, int inc_u2,
23  float* a1t, int inc_a1t,
24  float* A2, int rs_A2, int cs_A2 );
25 
27  int n_a1t,
28  double* tau,
29  double* u2, int inc_u2,
30  double* a1t, int inc_a1t,
31  double* A2, int rs_A2, int cs_A2 );
32 
34  int n_a1t,
35  scomplex* tau,
36  scomplex* u2, int inc_u2,
37  scomplex* a1t, int inc_a1t,
38  scomplex* A2, int rs_A2, int cs_A2 );
39 
41  int n_a1t,
42  dcomplex* tau,
43  dcomplex* u2, int inc_u2,
44  dcomplex* a1t, int inc_a1t,
45  dcomplex* A2, int rs_A2, int cs_A2 );
46 
FLA_Error FLA_Apply_H2_UT_l_opt_var1(FLA_Obj tau, FLA_Obj u2, FLA_Obj a1t, FLA_Obj A2)
Definition: FLA_Apply_H2_UT_l_opt_var1.c:13
FLA_Error FLA_Apply_H2_UT_l_unb_var1(FLA_Obj tau, FLA_Obj u2, FLA_Obj a1t, FLA_Obj A2)
Definition: FLA_Apply_H2_UT_l_unb_var1.c:13
FLA_Error FLA_Apply_H2_UT_l_opz_var1(int m_u2_A2, int n_a1t, dcomplex *tau, dcomplex *u2, int inc_u2, dcomplex *a1t, int inc_a1t, dcomplex *A2, int rs_A2, int cs_A2)
Definition: FLA_Apply_H2_UT_l_opt_var1.c:343
FLA_Error FLA_Apply_H2_UT_l_opd_var1(int m_u2_A2, int n_a1t, double *tau, double *u2, int inc_u2, double *a1t, int inc_a1t, double *A2, int rs_A2, int cs_A2)
Definition: FLA_Apply_H2_UT_l_opt_var1.c:195
int FLA_Error
Definition: FLA_type_defs.h:47
Definition: FLA_type_defs.h:158
Definition: blis_type_defs.h:132
FLA_Error FLA_Apply_H2_UT_l_opc_var1(int m_u2_A2, int n_a1t, scomplex *tau, scomplex *u2, int inc_u2, scomplex *a1t, int inc_a1t, scomplex *A2, int rs_A2, int cs_A2)
Definition: FLA_Apply_H2_UT_l_opt_var1.c:269
FLA_Error FLA_Apply_H2_UT_l_ops_var1(int m_u2_A2, int n_a1t, float *tau, float *u2, int inc_u2, float *a1t, int inc_a1t, float *A2, int rs_A2, int cs_A2)
Definition: FLA_Apply_H2_UT_l_opt_var1.c:121
Definition: blis_type_defs.h:137