#include <random-matrix.h>
Inheritance diagram for RandomMatrix:

Static Public Member Functions | |
| template<class Blackbox, class Field> Blackbox *& | randomMatrix (Blackbox *&, const Field &f, int rowdim, int coldim) |
| template<class Field> DenseMatrix< Field > *& | randomMatrix (DenseMatrix< Field > *&Ap, const Field &f, int rowdim, int coldim) |
| template<class Field> SparseMatrix< Field > *& | randomMatrix (SparseMatrix< Field > *&Ap, const Field &f, int rowdim, int coldim) |
|
||||||||||||||||||||
|
randomMatrix generates random matrices used in EGV and EGV+ algorithm [I, R] or [I, R]^t, where R is a random matrix. General case. |
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
1.3.7