ParGeMSLR
|
block jacobi preconditioner. More...
#include <iostream>
#include "../utils/utils.hpp"
#include "../vectors/int_vector.hpp"
#include "../vectors/sequential_vector.hpp"
#include "../vectors/parallel_vector.hpp"
#include "../matrices/csr_matrix.hpp"
#include "../matrices/parallel_csr_matrix.hpp"
#include "../solvers/solver.hpp"
Go to the source code of this file.
Classes | |
class | pargemslr::BlockJacobiClass< ParallelMatrixType, ParallelVectorType, LocalMatrixType, LocalVectorType, DataType > |
Block Jacobi preconditioner, only for parallel csr matrix. More... | |