libflame
revision_anchor
|
00001 /* 00002 00003 Copyright (C) 2014, The University of Texas at Austin 00004 00005 This file is part of libflame and is available under the 3-Clause 00006 BSD license, which can be found in the LICENSE file at the top-level 00007 directory, or at http://opensource.org/licenses/BSD-3-Clause 00008 00009 */ 00010 00011 #include "FLA_Apply_G_lf.h" 00012 #include "FLA_Apply_G_lb.h" 00013 #include "FLA_Apply_G_rf.h" 00014 #include "FLA_Apply_G_rb.h" 00015 00016 FLA_Error FLA_Apply_G( FLA_Side side, FLA_Direct direct, FLA_Obj G, FLA_Obj A ); 00017 FLA_Error FLA_Apply_G_internal( FLA_Side side, FLA_Direct direct, FLA_Obj G, FLA_Obj A ); 00018 00019 #include "FLA_Givens2.h" 00020 00021 #include "FLA_Apply_GTG.h" 00022 00023 #include "FLA_Apply_GT_2x2.h" 00024 #include "FLA_Apply_G_2x2.h" 00025 #include "FLA_Apply_G_1x2.h" 00026 00027 #include "FLA_Apply_G_mx2_opt.h" 00028 #include "FLA_Apply_G_mx2_asm.h" 00029 00030 #include "FLA_Apply_G_mx3_opt.h" 00031 #include "FLA_Apply_G_mx3b_opt.h" 00032 #include "FLA_Apply_G_mx3_asm.h" 00033 #include "FLA_Apply_G_mx3b_asm.h" 00034 00035 #include "FLA_Apply_G_mx4s_opt.h" 00036 #include "FLA_Apply_G_mx4s_asm.h" 00037