#include <random-matrix.h>
|
| template<class Blackbox, class Field> |
| static Blackbox *& | randomMatrix (Blackbox *&, const Field &f, int rowdim, int coldim) |
| | Generates random matrices used in EGV and EGV+ algorithm.
|
| |
| template<class Field> |
| static BlasMatrix< Field > *& | randomMatrix (BlasMatrix< Field > *&Ap, const Field &f, int rowdim, int coldim) |
| |
| template<class Field> |
| static SparseMatrix< Field > *& | randomMatrix (SparseMatrix< Field > *&Ap, const Field &f, int rowdim, int coldim) |
| |
◆ randomMatrix() [1/3]
Generates random matrices used in EGV and EGV+ algorithm.
[I, R] or [I, R]^t, where R is a random matrix. General case.
◆ randomMatrix() [2/3]
◆ randomMatrix() [3/3]
The documentation for this class was generated from the following file: