PARALUTION  1.0.0
PARALUTION
paralution.hpp
Go to the documentation of this file.
1 #ifndef PARALUTION_PARALUTION_HPP_
2 #define PARALUTION_PARALUTION_HPP_
3 
4 #include "base/version.hpp"
6 
7 #include "base/operator.hpp"
8 #include "base/vector.hpp"
9 
10 #include "base/matrix_formats.hpp"
11 #include "base/local_matrix.hpp"
12 
16 
17 #include "base/local_vector.hpp"
18 
19 #include "base/local_stencil.hpp"
20 #include "base/stencil_types.hpp"
21 
22 #include "solvers/solver.hpp"
23 #include "solvers/iter_ctrl.hpp"
24 #include "solvers/chebyshev.hpp"
26 #include "solvers/krylov/cg.hpp"
27 #include "solvers/krylov/cr.hpp"
29 #include "solvers/krylov/gmres.hpp"
31 #include "solvers/krylov/idr.hpp"
38 #include "solvers/direct/lu.hpp"
39 #include "solvers/direct/qr.hpp"
42 
52 
53 #include "utils/allocate_free.hpp"
54 #include "utils/math_functions.hpp"
55 #include "utils/time_functions.hpp"
56 
57 
58 #endif // PARALUTION_PARALUTION_HPP_