Searched defs:gmres (Results 1 – 3 of 3) sorted by relevance
110 Eigen::GMRES<MatrixReplacement, Eigen::IdentityPreconditioner> gmres; in main() local117 Eigen::DGMRES<MatrixReplacement, Eigen::IdentityPreconditioner> gmres; in main() local
27 EIGEN_DECLARE_TEST(gmres) in EIGEN_DECLARE_TEST() argument
56 bool gmres(const MatrixType & mat, const Rhs & rhs, Dest & x, const Preconditioner & precond, in gmres() function