Jacobi preconditioner class, can be supplied to solve()-routines. More...
#include <jacobi_precond.hpp>
| Public Member Functions | |
| jacobi_precond (MatrixT const &mat, jacobi_tag const &) | |
| void | init (MatrixT const &mat) | 
| template<unsigned int AlignmentV> | |
| void | apply (viennacl::vector< NumericType, AlignmentV > &vec) const | 
Jacobi preconditioner class, can be supplied to solve()-routines.
Specialization for compressed_matrix
Definition at line 104 of file jacobi_precond.hpp.
| 
 | inline | 
Definition at line 109 of file jacobi_precond.hpp.
| 
 | inline | 
Definition at line 122 of file jacobi_precond.hpp.
| 
 | inline | 
Definition at line 115 of file jacobi_precond.hpp.