ParGeMSLR
Classes | Typedefs
block_jacobi.hpp File Reference

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...
 

Typedefs

typedef BlockJacobiClass< matrix_csr_par_float, vector_par_float, matrix_csr_float, vector_seq_float, float > pargemslr::precond_bj_csr_par_float
 
typedef BlockJacobiClass< matrix_csr_par_double, vector_par_double, matrix_csr_double, vector_seq_double, double > pargemslr::precond_bj_csr_par_double
 
typedef BlockJacobiClass< matrix_csr_par_complexs, vector_par_complexs, matrix_csr_complexs, vector_seq_complexs, complexs > pargemslr::precond_bj_csr_par_complexs
 
typedef BlockJacobiClass< matrix_csr_par_complexd, vector_par_complexd, matrix_csr_complexd, vector_seq_complexd, complexd > pargemslr::precond_bj_csr_par_complexd