Home
last modified time | relevance | path

Searched refs:LeastSquareDiagonalPreconditioner (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/IterativeLinearSolvers/
DBasicPreconditioners.h128 class LeastSquareDiagonalPreconditioner : public DiagonalPreconditioner<_Scalar>
136 LeastSquareDiagonalPreconditioner() : Base() {} in LeastSquareDiagonalPreconditioner() function
139 explicit LeastSquareDiagonalPreconditioner(const MatType& mat) : Base() in LeastSquareDiagonalPreconditioner() function
145 LeastSquareDiagonalPreconditioner& analyzePattern(const MatType& ) in analyzePattern()
151 LeastSquareDiagonalPreconditioner& factorize(const MatType& mat) in factorize()
183 LeastSquareDiagonalPreconditioner& compute(const MatType& mat) in compute()
DLeastSquareConjugateGradient.h97 … typename _Preconditioner = LeastSquareDiagonalPreconditioner<typename _MatrixType::Scalar> >
/external/eigen/doc/
DSparseLinearSystems.dox49 <td>IdentityPreconditioner, [LeastSquareDiagonalPreconditioner]</td>