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