Jacobi preconditioner class, can be supplied to solve()-routines. More...
#include <jacobi_precond.hpp>
Public Member Functions | |
| jacobi_precond (MatrixType const &mat, jacobi_tag const &tag) | |
| void | init_gpu () |
| template<unsigned int ALIGNMENT> | |
| void | apply (viennacl::vector< ScalarType, ALIGNMENT > &vec) const |
Jacobi preconditioner class, can be supplied to solve()-routines.
Specialization for compressed_matrix
| jacobi_precond | ( | MatrixType const & | mat, | |
| jacobi_tag const & | tag | |||
| ) | [inline] |
| void apply | ( | viennacl::vector< ScalarType, ALIGNMENT > & | vec | ) | const [inline] |
| void init_gpu | ( | ) | [inline] |
1.7.1