Medial Code Documentation
|
Jacobi preconditioner for LeastSquaresConjugateGradient. More...
#include <BasicPreconditioners.h>
Additional Inherited Members | |
![]() | |
enum | { ColsAtCompileTime = Dynamic , MaxColsAtCompileTime = Dynamic } |
typedef Vector::StorageIndex | StorageIndex |
![]() | |
Vector | m_invdiag |
bool | m_isInitialized |
Jacobi preconditioner for LeastSquaresConjugateGradient.
This class allows to approximately solve for A' A x = A' b problems assuming A' A is a diagonal matrix. In other words, this preconditioner neglects all off diagonal entries and, in Eigen's language, solves for:
_Scalar | the type of the scalar. |
\implsparsesolverconcept
The diagonal entries are pre-inverted and stored into a dense vector.