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) | |
| template<typename VectorType > | |
| void | apply (VectorType &vec) const |
| Apply to res = b - Ax, i.e. jacobi applied vec (right hand side),. | |
Jacobi preconditioner class, can be supplied to solve()-routines.
| jacobi_precond | ( | MatrixType const & | mat, | |
| jacobi_tag const & | tag | |||
| ) | [inline] |
| void apply | ( | VectorType & | vec | ) | const [inline] |
Apply to res = b - Ax, i.e. jacobi applied vec (right hand side),.
1.7.1