#include <rational-solver.h>
See the following reference for details on this implementation:
Public Types | |
| typedef Ring::Element | Integer |
Public Member Functions | |
| RationalSolver (const Ring &_r=Ring()) | |
| template<class IMatrix, class OutVector, class InVector> SolverReturnStatus | solve (OutVector &num, Integer &den, const IMatrix &M, const InVector &b) const |
Protected Attributes | |
| Ring | r |
|
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
1.3.7