A naive preconditioner which approximates any matrix as the identity matrix. More...
Public Member Functions | |
| template<typename MatrixType > | |
| IdentityPreconditioner & | analyzePattern (const MatrixType &) |
| template<typename MatrixType > | |
| IdentityPreconditioner & | compute (const MatrixType &) |
| template<typename MatrixType > | |
| IdentityPreconditioner & | factorize (const MatrixType &) |
| IdentityPreconditioner () | |
| template<typename MatrixType > | |
| IdentityPreconditioner (const MatrixType &) | |
| template<typename Rhs > | |
| const Rhs & | solve (const Rhs &b) const |
A naive preconditioner which approximates any matrix as the identity matrix.
| IdentityPreconditioner | ( | ) | [inline] |
| IdentityPreconditioner | ( | const MatrixType & | ) | [inline] |
| IdentityPreconditioner& analyzePattern | ( | const MatrixType & | ) | [inline] |
| IdentityPreconditioner& compute | ( | const MatrixType & | ) | [inline] |
| IdentityPreconditioner& factorize | ( | const MatrixType & | ) | [inline] |
1.7.5.1