linbox
random-matrix.h File Reference

Implementation of random matrices. More...

Data Structures

struct  RankBuildMethod
 
struct  _LU_
 
struct  _Rank_update_
 
struct  RankBuilder
 random method for constructing rank More...
 
class  RandomDenseMatrix< Randiter, Field >
 Random Dense Matrix builder. More...
 

Namespaces

namespace  LinBox
 Namespace in which all linbox code resides.
 

Functions

void RandomBlasPermutation (BlasPermutation< size_t > &P)
 

Detailed Description

Implementation of random matrices.

We provide function to create random matrices (dense, sparse, structured) on several rings. This header was first introduced to avoid code redundancy in tests/ and make it easier to write tests/ examples/.

Todo
à la vector/stream.h
Bug
this belongs to algorithms...