Jacobi preconditioner class, can be supplied to solve()-routines. More...
#include <row_scaling.hpp>
| Public Member Functions | |
| row_scaling (MatrixType const &mat, row_scaling_tag const &tag) | |
| Constructor for the preconditioner.  More... | |
| void | init (MatrixType const &mat, row_scaling_tag const &tag) | 
| 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
Definition at line 150 of file row_scaling.hpp.
| 
 | inline | 
Constructor for the preconditioner.
| mat | The system matrix | 
| tag | A row scaling tag holding the desired norm. | 
Definition at line 161 of file row_scaling.hpp.
| 
 | inline | 
Definition at line 185 of file row_scaling.hpp.
| 
 | inline | 
Definition at line 166 of file row_scaling.hpp.