Jacobi preconditioner class, can be supplied to solve()-routines. Generic version for non-ViennaCL matrices. More...
#include <jacobi_precond.hpp>
| Public Member Functions | |
| jacobi_precond (MatrixT const &mat, jacobi_tag const &) | |
| void | init (MatrixT const &mat) | 
| template<typename VectorT > | |
| void | apply (VectorT &vec) const | 
| Apply to res = b - Ax, i.e. jacobi applied vec (right hand side),.  More... | |
Jacobi preconditioner class, can be supplied to solve()-routines. Generic version for non-ViennaCL matrices.
Definition at line 50 of file jacobi_precond.hpp.
| 
 | inline | 
Definition at line 55 of file jacobi_precond.hpp.
| 
 | inline | 
Apply to res = b - Ax, i.e. jacobi applied vec (right hand side),.
Definition at line 87 of file jacobi_precond.hpp.
| 
 | inline | 
Definition at line 60 of file jacobi_precond.hpp.