#include "linbox-config.h"#include <iostream>#include <fstream>#include <vector>#include "linbox/field/modular.h"#include "linbox/blackbox/sparse.h"#include "linbox/algorithms/blackbox-container-symmetrize.h"#include "linbox/algorithms/massey-domain.h"examples/blackbox/load-symmetrize.C | |
| |
| typedef Modular< uint32 > | Field |
| typedef vector< Field::Element > | Vector |
| typedef vector< Field::Element > | Polynomial |
| typedef SparseMatrix< Field, Vector > | Blackbox |
| int | main (int argc, char **argv) |
| load-symmetrize matrix-file | |
| const int | n = 1000 |
| const int | q = 65521U |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
load-symmetrize matrix-file
|
|
|
|
|
|
|
1.2.18