ParGeMSLR
|
Virtual class of iterative solvers. More...
#include "../utils/utils.hpp"
#include "../vectors/vector.hpp"
#include "../vectors/sequential_vector.hpp"
#include "../vectors/parallel_vector.hpp"
#include "../matrices/matrix.hpp"
#include "../matrices/csr_matrix.hpp"
#include "../matrices/dense_matrix.hpp"
#include "../matrices/parallel_csr_matrix.hpp"
Go to the source code of this file.
Classes | |
class | pargemslr::SolverClass< MatrixType, VectorType, DataType > |
The base solver class. More... | |
Enumerations | |
enum | pargemslr::SolverTypeEnum { kSolverUndefined = -1, kSolverFgmres, kSolverIlu, kSolverBJ, kSolverFloat, kSolverGemslr, kSolverParGemslr } |
The solver type. More... | |
The solver type.