libflame  revision_anchor
FLA_Apply_H2_UT_r.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 a1, FLA_Obj A2 );
15 
17  FLA_Obj a1, FLA_Obj A2 );
18 
20  int m_a1,
21  float* tau,
22  float* u2h, int inc_u2h,
23  float* a1, int inc_a1,
24  float* A2, int rs_A2, int cs_A2 );
25 
27  int m_a1,
28  double* tau,
29  double* u2h, int inc_u2h,
30  double* a1, int inc_a1,
31  double* A2, int rs_A2, int cs_A2 );
32 
34  int m_a1,
35  scomplex* tau,
36  scomplex* u2h, int inc_u2h,
37  scomplex* a1, int inc_a1,
38  scomplex* A2, int rs_A2, int cs_A2 );
39 
41  int m_a1,
42  dcomplex* tau,
43  dcomplex* u2h, int inc_u2h,
44  dcomplex* a1, int inc_a1,
45  dcomplex* A2, int rs_A2, int cs_A2 );
46 
FLA_Error FLA_Apply_H2_UT_r_ops_var1(int n_u2h_A2, int m_a1, float *tau, float *u2h, int inc_u2h, float *a1, int inc_a1, float *A2, int rs_A2, int cs_A2)
Definition: FLA_Apply_H2_UT_r_opt_var1.c:108
FLA_Error FLA_Apply_H2_UT_r_opt_var1(FLA_Obj tau, FLA_Obj u2h, FLA_Obj a1, FLA_Obj A2)
Definition: FLA_Apply_H2_UT_r_opt_var1.c:13
FLA_Error FLA_Apply_H2_UT_r_opd_var1(int n_u2h_A2, int m_a1, double *tau, double *u2h, int inc_u2h, double *a1, int inc_a1, double *A2, int rs_A2, int cs_A2)
Definition: FLA_Apply_H2_UT_r_opt_var1.c:181
FLA_Error FLA_Apply_H2_UT_r_unb_var1(FLA_Obj tau, FLA_Obj u2h, FLA_Obj a1, FLA_Obj A2)
Definition: FLA_Apply_H2_UT_r_unb_var1.c:13
FLA_Error FLA_Apply_H2_UT_r_opc_var1(int n_u2h_A2, int m_a1, scomplex *tau, scomplex *u2h, int inc_u2h, scomplex *a1, int inc_a1, scomplex *A2, int rs_A2, int cs_A2)
Definition: FLA_Apply_H2_UT_r_opt_var1.c:254
FLA_Error FLA_Apply_H2_UT_r_opz_var1(int n_u2h_A2, int m_a1, dcomplex *tau, dcomplex *u2h, int inc_u2h, dcomplex *a1, int inc_a1, dcomplex *A2, int rs_A2, int cs_A2)
Definition: FLA_Apply_H2_UT_r_opt_var1.c:327
int FLA_Error
Definition: FLA_type_defs.h:47
Definition: FLA_type_defs.h:159
Definition: blis_type_defs.h:138
Definition: blis_type_defs.h:133