compbio
Public Member Functions | List of all members
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
 
ComputationInfo info ()
 

Detailed Description

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

See also
class DiagonalPreconditioner

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