|
| template<class IntVector, class Matrix, class Vector, class IterationMethod> |
| void | solve (IntVector &xNum, typename IntVector::Element &xDen, const Matrix &A, const Vector &b, const RingCategories::IntegerTag &tag, const Method::CRA< IterationMethod > &m) |
| | Solve specialization with Chinese Remainder Algorithm method for an Integer or Rational tags.
|
| |
| template<class RatVector, class RatMatrix, class IterationMethod> |
| RatVector & | solve (RatVector &x, const RatMatrix &A, const RatVector &b, const RingCategories::RationalTag &tag, const Method::CRA< IterationMethod > &m) |
| | Solve specialization with Chinese Remainder Algorithm method for a Rational matrix.
|
| |