LeastSquaresCG Template Specializations module
Template specializations of the LeastSquaresCG class.
Classes
-
template<class Scalar>class Rodin::Solver::LeastSquaresCG<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::LeastSquaresCG<Math::Matrix<Scalar>, Math::Vector<Scalar>>
- Conjugate gradient solver for self-adjoint problems, for use with Math::
SparseMatrix<Real> and Math:: Vector<Real>.