![]() |
|
A naive preconditioner which approximates any matrix as the identity matrix. More...
#include <BasicPreconditioners.h>
Public Member Functions | |
| IdentityPreconditioner () | |
| 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
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
References Eigen::Success.
|
inline |