Searched refs:GMRES (Results 1 – 6 of 6) sorted by relevance
212 class GMRES; variable217 struct traits<GMRES<_MatrixType,_Preconditioner> >260 class GMRES : public IterativeSolverBase<GMRES<_MatrixType,_Preconditioner> >262 typedef IterativeSolverBase<GMRES> Base;282 GMRES() : Base(), m_restart(30) {}295 explicit GMRES(const EigenBase<MatrixDerived>& A) : Base(A.derived()), m_restart(30) {}297 ~GMRES() {}
16 GMRES<SparseMatrix<T>, DiagonalPreconditioner<T> > gmres_colmajor_diag; in test_gmres_T()17 GMRES<SparseMatrix<T>, IdentityPreconditioner > gmres_colmajor_I; in test_gmres_T()18 GMRES<SparseMatrix<T>, IncompleteLUT<T> > gmres_colmajor_ilut; in test_gmres_T()
20 * - a Householder GMRES implementation35 #include "src/IterativeSolvers/GMRES.h"
109 Eigen::GMRES<MatrixReplacement, Eigen::IdentityPreconditioner> gmres; in main()
382 GMRES<SpMat, IncompleteLUT<Scalar> > solver; in SelectSolvers()
193 …PACK <TH > SUPERLU <TH > PASTIX LU <TH >BiCGSTAB <TH > BiCGSTAB+ILUT <TH >GMRES+ILUT<TH > LDLT <TH…