Home
last modified time | relevance | path

Searched defs:gmres (Results 1 – 2 of 2) sorted by relevance

/external/eigen/doc/examples/
Dmatrixfree_cg.cpp109 Eigen::GMRES<MatrixReplacement, Eigen::IdentityPreconditioner> gmres; in main() local
116 Eigen::DGMRES<MatrixReplacement, Eigen::IdentityPreconditioner> gmres; in main() local
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h56 bool gmres(const MatrixType & mat, const Rhs & rhs, Dest & x, const Preconditioner & precond, in gmres() function