|
linbox
|
no doc More...
#include <linbox/linbox-config.h>#include <iostream>#include <fstream>#include <string>#include "test-common.h"#include "linbox/util/matrix-stream.h"#include "linbox/integer.h"#include "linbox/matrix/sparse-matrix.h"Typedefs | |
| typedef Givaro::ZRing< integer > | TestField |
Functions | |
| template<class BB> | |
| bool | testMatrix (std::ostream &out, const char *filename, const char *BBName) |
| bool | testMatrixStream (const string &matfile) |
| int | main (int argc, char *argv[]) |
Variables | |
| const size_t | rowDim = 11 |
| const size_t | colDim = 11 |
| int | nonZeros = 33 |
| integer | matrix [rowDim][colDim] |
| TestField | ff |
no doc
...but data files illustrating formats that we intend to read but not write would continue to be used. -bds
| bool testMatrix | ( | std::ostream & | out, |
| const char * | filename, | ||
| const char * | BBName ) |
| bool testMatrixStream | ( | const string & | matfile | ) |
| int main | ( | int | argc, |
| char * | argv[] ) |
| const size_t rowDim = 11 |
| const size_t colDim = 11 |
| int nonZeros = 33 |
| TestField ff |