CG Template Specializations module

Template specializations of the CG class.

Classes

template<class Scalar>
class Rodin::Solver::CG<Math::SparseMatrix<Scalar>, Math::Vector<Scalar>>
Conjugate gradient solver for self-adjoint problems, for use with Math::SparseMatrix and Math::Vector.
template<class Scalar>
class Rodin::Solver::CG<Math::Matrix<Scalar>, Math::Vector<Scalar>>
Conjugate gradient solver for self-adjoint problems, for use with Math::Matrix and Math::Vector.