|
ViennaCL - The Vienna Computing Library
1.5.1
|
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 &) | |
| void | init (MatrixType const &mat) |
| 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 & | |||
| ) | [inline] |
| void apply | ( | viennacl::vector< ScalarType, ALIGNMENT > & | vec | ) | const [inline] |
| void init | ( | MatrixType const & | mat | ) | [inline] |
1.7.6.1