|
Medial Code Documentation
|
A naive preconditioner which approximates any matrix as the identity matrix. More...
#include <BasicPreconditioners.h>
Public Member Functions | |
| template<typename MatrixType > | |
| IdentityPreconditioner (const MatrixType &) | |
| template<typename MatrixType > | |
| IdentityPreconditioner & | analyzePattern (const MatrixType &) |
| template<typename MatrixType > | |
| IdentityPreconditioner & | factorize (const MatrixType &) |
| template<typename MatrixType > | |
| IdentityPreconditioner & | compute (const MatrixType &) |
| template<typename Rhs > | |
| const Rhs & | solve (const Rhs &b) const |
| ComputationInfo | info () |
A naive preconditioner which approximates any matrix as the identity matrix.
\implsparsesolverconcept