Searched defs:precond (Results 1 – 5 of 5) sorted by relevance
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | MINRES.h | 32 const Preconditioner& precond, Index& iters, in minres()
|
D | GMRES.h | 56 bool gmres(const MatrixType & mat, const Rhs & rhs, Dest & x, const Preconditioner & precond, in gmres()
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
D | ConjugateGradient.h | 29 const Preconditioner& precond, Index& iters, in conjugate_gradient()
|
D | LeastSquareConjugateGradient.h | 29 const Preconditioner& precond, Index& iters, in least_square_conjugate_gradient()
|
D | BiCGSTAB.h | 30 const Preconditioner& precond, Index& iters, in bicgstab()
|