|
| template<class Ring> |
| void | scramble (LinBox::DenseMatrix< Ring > &M) |
| |
| template<class PIR> |
| void | RandomRoughMat (LinBox::DenseMatrix< PIR > &M, PIR &R, int n) |
| |
| template<class PIR> |
| void | RandomFromDiagMat (LinBox::DenseMatrix< PIR > &M, PIR &R, int n) |
| |
| template<class PIR> |
| void | RandomFibMat (LinBox::DenseMatrix< PIR > &M, PIR &R, int n) |
| |
| template<class PIR> |
| void | TrefMat (LinBox::DenseMatrix< PIR > &M, PIR &R, int n) |
| |
| template<class num> |
| num & | qread (num &Val, pwrlist &M, std::istream &in) |
| |
| template<class PIR> |
| void | KratMat (LinBox::DenseMatrix< PIR > &M, PIR &R, int q) |
| |
| template<class PIR> |
| void | MolerMat (LinBox::DenseMatrix< PIR > &A, PIR &R, int n) |
| |
| template<class PIR> |
| void | RedhefferMat (LinBox::DenseMatrix< PIR > &A, PIR &R, int n) |
| |