libflame revision_anchor
FLA_lapack_var_prototypes.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// Factorizations
12#include "FLA_Chol.h"
13#include "FLA_LU_nopiv.h"
14#include "FLA_LU_piv.h"
15#include "FLA_LU_incpiv.h"
16#include "FLA_QR_UT.h"
17#include "FLA_QR_UT_piv.h"
18#include "FLA_QR2_UT.h"
19#include "FLA_QR_UT_inc.h"
20#include "FLA_LQ_UT.h"
21#include "FLA_CAQR2_UT.h"
22#include "FLA_CAQR_UT_inc.h"
23
24
25// Other Decompositions
26#include "FLA_Hevd.h"
27#include "FLA_Tevd.h"
28#include "FLA_Svd.h"
29#include "FLA_Bsvd.h"
30
31// Inversions
32#include "FLA_Trinv.h"
33#include "FLA_SPDinv.h"
34
35// Reductions
36#include "FLA_Hess_UT.h"
37#include "FLA_Tridiag_UT.h"
38#include "FLA_Bidiag_UT.h"
39
40// Solves
41#include "FLA_Lyap.h"
42#include "FLA_Sylv.h"
43
44// Miscellaneous
45#include "FLA_Ttmm.h"
46#include "FLA_UDdate_UT.h"
47#include "FLA_UDdate_UT_inc.h"
48
49// Utility
50#include "FLA_Accum_T_UT.h"
51#include "FLA_Apply_G.h"
52#include "FLA_Apply_H2_UT.h"
53#include "FLA_Apply_HUD_UT.h"
54#include "FLA_Apply_Q_UT.h"
55#include "FLA_Apply_Q2_UT.h"
56#include "FLA_Apply_CAQ2_UT.h"
57#include "FLA_Apply_QUD_UT.h"
58#include "FLA_Apply_Q_UT_inc.h"
61#include "FLA_Apply_pivots.h"
62
63// Eigensolvers
64#include "FLA_Eig_gest.h"