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 // Factorizations 00012 #include "FLA_Chol.h" 00013 #include "FLA_LU_nopiv.h" 00014 #include "FLA_LU_piv.h" 00015 #include "FLA_LU_incpiv.h" 00016 #include "FLA_QR_UT.h" 00017 #include "FLA_QR_UT_piv.h" 00018 #include "FLA_QR2_UT.h" 00019 #include "FLA_QR_UT_inc.h" 00020 #include "FLA_LQ_UT.h" 00021 #include "FLA_CAQR2_UT.h" 00022 #include "FLA_CAQR_UT_inc.h" 00023 00024 00025 // Other Decompositions 00026 #include "FLA_Hevd.h" 00027 #include "FLA_Tevd.h" 00028 #include "FLA_Svd.h" 00029 #include "FLA_Bsvd.h" 00030 00031 // Inversions 00032 #include "FLA_Trinv.h" 00033 #include "FLA_SPDinv.h" 00034 00035 // Reductions 00036 #include "FLA_Hess_UT.h" 00037 #include "FLA_Tridiag_UT.h" 00038 #include "FLA_Bidiag_UT.h" 00039 00040 // Solves 00041 #include "FLA_Lyap.h" 00042 #include "FLA_Sylv.h" 00043 00044 // Miscellaneous 00045 #include "FLA_Ttmm.h" 00046 #include "FLA_UDdate_UT.h" 00047 #include "FLA_UDdate_UT_inc.h" 00048 00049 // Utility 00050 #include "FLA_Accum_T_UT.h" 00051 #include "FLA_Apply_G.h" 00052 #include "FLA_Apply_H2_UT.h" 00053 #include "FLA_Apply_HUD_UT.h" 00054 #include "FLA_Apply_Q_UT.h" 00055 #include "FLA_Apply_Q2_UT.h" 00056 #include "FLA_Apply_CAQ2_UT.h" 00057 #include "FLA_Apply_QUD_UT.h" 00058 #include "FLA_Apply_Q_UT_inc.h" 00059 #include "FLA_Apply_CAQ_UT_inc.h" 00060 #include "FLA_Apply_QUD_UT_inc.h" 00061 #include "FLA_Apply_pivots.h" 00062 00063 // Eigensolvers 00064 #include "FLA_Eig_gest.h"