Home
last modified time | relevance | path

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

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