|
linbox
|
#include <rational-matrix-factory.h>
Public Types | |
| typedef QMatrix::ConstIterator | ConstIterator |
| typedef QMatrix::ConstRowIterator | RowIterator |
Public Member Functions | |
| RationalMatrixFactory (const QMatrix *A) | |
| size_t | rowdim () |
| size_t | coldim () |
| double | maxNorm (double &res) const |
| Integer & | denominator (Integer &da) const |
| Integer & | denominator (Integer &di, const int i) const |
| Integer & | rationalNorm (Integer &res) const |
| Integer & | normAprim (Integer &res) const |
| Integer & | normAtilde (Integer &res) const |
| Integer | getNorms (Integer &ratnorm, Integer &normaprim, Integer &normatilde) const |
| template<class Matrix> | |
| Matrix & | makeAprim (Matrix &Aprim) const |
| template<class Matrix> | |
| Matrix & | makeAtilde (Matrix Ã) const |
| size_t | getOmega (size_t &o, size_t &ro) const |
| typedef QMatrix::ConstIterator ConstIterator |
| typedef QMatrix::ConstRowIterator RowIterator |
|
inline |
|
inline |
|
inline |