LeastSquaresCG Template Specializations module
Template specializations of the LeastSquaresCG class.
| Specialization | Description |
|---|---|
| LeastSquaresCG<LinearSystem<SparseMatrix<Scalar>, Vector<Scalar>>> | Least-squares conjugate-gradient solver for sparse systems. |
| LeastSquaresCG<LinearSystem<Matrix<Scalar>, Vector<Scalar>>> | Least-squares conjugate-gradient solver for dense systems. |
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.