Random Dense Matrix builder.
More...
#include <random-matrix.h>
template<class Randiter, class Field>
class LinBox::RandomDenseMatrix< Randiter, Field >
Random Dense Matrix builder.
Matrix & random |
( |
Matrix & |
A | ) |
|
creates a randomly filled matrix.
- Parameters
-
A | matrix to be randomized. |
Matrix & randomRank |
( |
Matrix & |
A, |
|
|
int |
rank |
|
) |
| |
provide a matrix with prescribed rank.
Default method.
- Parameters
-
- Warning
- No certificate yet.
- Todo:
- use CatergoryTag
Matrix & randomRank |
( |
Matrix & |
A, |
|
|
int |
rank, |
|
|
const RankBuilder::LU_ & |
meth |
|
) |
| |
provide a matrix with prescribed rank.
- Parameters
-
A | |
rank | expected rank |
meth | how is the matrix generated ? see RankBuilder. |
- Warning
- No certificate yet.
The documentation for this class was generated from the following files: