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.
- See also
- class DiagonalPreconditioner
Definition at line 125 of file BasicPreconditioners.h.
Eigen::IdentityPreconditioner::IdentityPreconditioner |
( |
| ) |
|
|
inline |
template<typename MatrixType >
Eigen::IdentityPreconditioner::IdentityPreconditioner |
( |
const MatrixType & |
| ) |
|
|
inline |
template<typename MatrixType >
template<typename MatrixType >
template<typename MatrixType >
template<typename Rhs >
const Rhs& Eigen::IdentityPreconditioner::solve |
( |
const Rhs & |
b | ) |
const |
|
inline |
The documentation for this class was generated from the following file: