GMRES Template Specializations module
Template specializations of the GMRES class.
Classes
-
template<>class Rodin::Solver::GMRES<PETSc::Math::LinearSystem>
- Conjugate gradient solver for self-adjoint problems, for use with PETSc::Matrix and PETSc::Vector.
-
template<class Scalar>class Rodin::Solver::GMRES<Math::LinearSystem<Math::SparseMatrix<Scalar>, Math::Vector<Scalar>>>
- GMRES solver for sparse systems.
-
template<class Scalar>class Rodin::Solver::GMRES<Math::LinearSystem<Math::Matrix<Scalar>, Math::Vector<Scalar>>>
- GMRES solver for dense systems.