|
Jafar
|
scales x with diagonal of a given matrix More...
scales x with diagonal of a given matrix
Definition at line 54 of file precond.hpp.
#include <precond.hpp>
Public Types | |
| typedef Matrix::value_type | value_type |
| typedef Matrix::size_type | size_type |
Public Member Functions | |
| DiagonalPreconditioner (const Matrix &A, const double eps=1.0e-14) | |
| template<class Vector > | |
| void | apply (const Vector &b, Vector &x) const |
Private Attributes | |
| ublas::vector< value_type > | diag |
| const double | EPS |
| Generated on Wed Oct 15 2014 00:37:30 for Jafar by doxygen 1.7.6.1 |
|