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 >
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

Definition at line 125 of file BasicPreconditioners.h.

Constructor & Destructor Documentation

Eigen::IdentityPreconditioner::IdentityPreconditioner ( )
inline

Definition at line 129 of file BasicPreconditioners.h.

template<typename MatrixType >
Eigen::IdentityPreconditioner::IdentityPreconditioner ( const MatrixType &  )
inline

Definition at line 132 of file BasicPreconditioners.h.

Member Function Documentation

template<typename MatrixType >
IdentityPreconditioner& Eigen::IdentityPreconditioner::analyzePattern ( const MatrixType &  )
inline

Definition at line 135 of file BasicPreconditioners.h.

template<typename MatrixType >
IdentityPreconditioner& Eigen::IdentityPreconditioner::compute ( const MatrixType &  )
inline

Definition at line 141 of file BasicPreconditioners.h.

template<typename MatrixType >
IdentityPreconditioner& Eigen::IdentityPreconditioner::factorize ( const MatrixType &  )
inline

Definition at line 138 of file BasicPreconditioners.h.

template<typename Rhs >
const Rhs& Eigen::IdentityPreconditioner::solve ( const Rhs &  b) const
inline

Definition at line 144 of file BasicPreconditioners.h.


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


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:07