![]() |
Shapeworks Studio
2.1
Shape analysis software suite
|
A naive preconditioner which approximates any matrix as the identity matrix. More...
#include <BasicPreconditioners.h>
Public Member Functions | |
| 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 |
A naive preconditioner which approximates any matrix as the identity matrix.
Definition at line 125 of file BasicPreconditioners.h.
1.8.11