#include <random-matrix.h>
Inheritance diagram for RandomMatrix:
Static Public Methods | |
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. @doc General case. |