|
linbox
|
#include <fast-rational-reconstruction.h>
Public Types | |
| typedef Ring::Element | Element |
Public Member Functions | |
| QMatrix (const Ring Z) | |
| QMatrix (const QMatrix &Q) | |
| QMatrix (Ring Z, const Element &ai, const Element &bi, const Element &ci, const Element &di, const Element &qi=0) | |
| QMatrix & | operator= (const QMatrix &Q) |
| void | leftmultiply (const QMatrix Q) |
| void | leftmultiply (const Element &ai, const Element &bi, const Element &ci, const Element &di) |
| QMatrix | max (const QMatrix &max1, const QMatrix max2) |
| bool | maxin (const QMatrix max2) |
Data Fields | |
| Ring | _intRing |
| Element | a |
| Element | b |
| Element | c |
| Element | d |
| Element | q |
|
inline |
|
inline |
|
inline |