Searched refs:LeastSquaresConjugateGradient (Results 1 – 5 of 5) sorted by relevance
98 class LeastSquaresConjugateGradient; variable103 struct traits<LeastSquaresConjugateGradient<_MatrixType,_Preconditioner> >149 class LeastSquaresConjugateGradient : public IterativeSolverBase<LeastSquaresConjugateGradient<_Mat…151 typedef IterativeSolverBase<LeastSquaresConjugateGradient> Base;166 LeastSquaresConjugateGradient() : Base() {}179 explicit LeastSquaresConjugateGradient(const EigenBase<MatrixDerived>& A) : Base(A.derived()) {}181 ~LeastSquaresConjugateGradient() {}
15 LeastSquaresConjugateGradient<SparseMatrix<T> > lscg_colmajor_diag; in test_lscg_T()16 LeastSquaresConjugateGradient<SparseMatrix<T>, IdentityPreconditioner> lscg_colmajor_I; in test_lscg_T()17 LeastSquaresConjugateGradient<SparseMatrix<T,RowMajor> > lscg_rowmajor_diag; in test_lscg_T()18 LeastSquaresConjugateGradient<SparseMatrix<T,RowMajor>, IdentityPreconditioner> lscg_rowmajor_I; in test_lscg_T()
22 * - LeastSquaresConjugateGradient for rectangular least-square problems,
30 - LeastSquaresConjugateGradient
48 <tr><td>LeastSquaresConjugateGradient \n <tt>\#include<Eigen/\link IterativeLinearSolvers_Module It…