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