A naive preconditioner which approximates any matrix as the identity matrix.
More...
#include <BasicPreconditioners.h>
A naive preconditioner which approximates any matrix as the identity matrix.
\implsparsesolverconcept
- See also
- class DiagonalPreconditioner
Definition at line 200 of file BasicPreconditioners.h.
◆ IdentityPreconditioner() [1/2]
Eigen::IdentityPreconditioner::IdentityPreconditioner |
( |
| ) |
|
|
inline |
◆ IdentityPreconditioner() [2/2]
template<typename MatrixType >
Eigen::IdentityPreconditioner::IdentityPreconditioner |
( |
const MatrixType & |
| ) |
|
|
inlineexplicit |
◆ analyzePattern()
template<typename MatrixType >
◆ compute()
template<typename MatrixType >
◆ factorize()
template<typename MatrixType >
◆ info()
◆ solve()
template<typename Rhs >
const Rhs& Eigen::IdentityPreconditioner::solve |
( |
const Rhs & |
b | ) |
const |
|
inline |
The documentation for this class was generated from the following file: