![]() |
Eigen
5.0.1-dev+60122df6
|
#include <Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h>
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. |
This class follows the sparse solver concept .
The diagonal entries are pre-inverted and stored into a dense vector.
Inheritance diagram for Eigen::LeastSquareDiagonalPreconditioner< Scalar_ >: