Public Member Functions
IdentityPreconditioner Class Reference

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

#include <BasicPreconditioners.h>

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

IdentityPreconditioner ( ) [inline]
IdentityPreconditioner ( const MatrixType &  ) [inline]

Member Function Documentation

IdentityPreconditioner& analyzePattern ( const MatrixType &  ) [inline]
IdentityPreconditioner& compute ( const MatrixType &  ) [inline]
IdentityPreconditioner& factorize ( const MatrixType &  ) [inline]
const Rhs& solve ( const Rhs &  b) const [inline]

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