Shapeworks Studio  2.1
Shape analysis software suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
List of all members | Public Member Functions
Eigen::IdentityPreconditioner Class Reference

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 >
IdentityPreconditioneranalyzePattern (const MatrixType &)
 
template<typename MatrixType >
IdentityPreconditionerfactorize (const MatrixType &)
 
template<typename MatrixType >
IdentityPreconditionercompute (const MatrixType &)
 
template<typename Rhs >
const Rhs & solve (const Rhs &b) const
 

Detailed Description

A naive preconditioner which approximates any matrix as the identity matrix.

See also
class DiagonalPreconditioner

Definition at line 125 of file BasicPreconditioners.h.


The documentation for this class was generated from the following file: