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>>>
Least-squares conjugate gradient solver for sparse systems.
template<class Scalar>
class Rodin::Solver::LeastSquaresCG<Math::LinearSystem<Math::Matrix<Scalar>, Math::Vector<Scalar>>>
Least-squares conjugate gradient solver for dense systems.