A naive preconditioner which approximates any matrix as the identity matrix. More...
#include <BasicPreconditioners.h>
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.
Definition at line 125 of file BasicPreconditioners.h.
Definition at line 129 of file BasicPreconditioners.h.
Eigen::IdentityPreconditioner::IdentityPreconditioner | ( | const MatrixType & | ) | [inline] |
Definition at line 132 of file BasicPreconditioners.h.
IdentityPreconditioner& Eigen::IdentityPreconditioner::analyzePattern | ( | const MatrixType & | ) | [inline] |
Definition at line 135 of file BasicPreconditioners.h.
IdentityPreconditioner& Eigen::IdentityPreconditioner::compute | ( | const MatrixType & | ) | [inline] |
Definition at line 141 of file BasicPreconditioners.h.
IdentityPreconditioner& Eigen::IdentityPreconditioner::factorize | ( | const MatrixType & | ) | [inline] |
Definition at line 138 of file BasicPreconditioners.h.
const Rhs& Eigen::IdentityPreconditioner::solve | ( | const Rhs & | b | ) | const [inline] |
Definition at line 144 of file BasicPreconditioners.h.