libflame  revision_anchor
FLA_Apply_G.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_Apply_G_lf.h"
12 #include "FLA_Apply_G_lb.h"
13 #include "FLA_Apply_G_rf.h"
14 #include "FLA_Apply_G_rb.h"
15 
18 
19 #include "FLA_Givens2.h"
20 
21 #include "FLA_Apply_GTG.h"
22 
23 #include "FLA_Apply_GT_2x2.h"
24 #include "FLA_Apply_G_2x2.h"
25 #include "FLA_Apply_G_1x2.h"
26 
27 #include "FLA_Apply_G_mx2_opt.h"
28 #include "FLA_Apply_G_mx2_asm.h"
29 
30 #include "FLA_Apply_G_mx3_opt.h"
31 #include "FLA_Apply_G_mx3b_opt.h"
32 #include "FLA_Apply_G_mx3_asm.h"
33 #include "FLA_Apply_G_mx3b_asm.h"
34 
35 #include "FLA_Apply_G_mx4s_opt.h"
36 #include "FLA_Apply_G_mx4s_asm.h"
37 
FLA_Error FLA_Apply_G(FLA_Side side, FLA_Direct direct, FLA_Obj G, FLA_Obj A)
Definition: FLA_Apply_G.c:13
int FLA_Direct
Definition: FLA_type_defs.h:58
int FLA_Error
Definition: FLA_type_defs.h:47
Definition: FLA_type_defs.h:158
FLA_Error FLA_Apply_G_internal(FLA_Side side, FLA_Direct direct, FLA_Obj G, FLA_Obj A)
Definition: FLA_Apply_G_internal.c:13
int FLA_Side
Definition: FLA_type_defs.h:51