#include "linbox-config.h"
#include <iostream>
#include <fstream>
#include <vector>
#include "linbox/field/modular.h"
#include "linbox/field/givaro-gfq.h"
#include "linbox/blackbox/sparse.h"
#include "linbox/solutions/rank.h"
#include "linbox/solutions/methods.h"
#include "linbox/vector/stream.h"
examples/blackbox/random-rank.C | |
| |
typedef Modular< LinBox::uint32 > | Field |
typedef GivaroGfq | FieldExtn |
typedef Vector< Field >::SparseSeq | Row |
typedef Vector< FieldExtn >::SparseSeq | RowE |
typedef SparseMatrix< Field, Row > | Blackbox |
typedef SparseMatrix< FieldExtn, RowE > | BlackboxE |
int | main (int argc, char **argv) |
no command line args | |
const int | n = 1000 |
const int | q = 2U |
const double | p = 0.026 |
|
|
|
|
|
|
|
|
|
|
|
|
|
no command line args
|
|
|
|
|
|
|