|
linbox
|
#include <iostream>#include "linbox/algorithms/rational-solver.h"#include "linbox/solutions/methods.h"#include "linbox/solutions/solve.h"#include "linbox/util/args-parser.h"#include "linbox/util/error.h"#include "linbox/util/matrix-stream.h"#include "linbox/randiter/random-prime.h"#include <givaro/givrandom.h>#include "linbox/matrix/dense-matrix.h"#include "linbox/matrix/sparse-matrix.h"Typedefs | |
| typedef Givaro::ZRing< Givaro::Integer > | Ints |
| typedef DenseVector< Ints > | ZVector |
Functions | |
| template<typename _Matrix, typename _EliminationMethod> | |
| int | test (_Matrix A, std::string vector_file, bool inv, bool pp, bool sparse_elim) |
| int | main (int argc, char **argv) |
| typedef Givaro::ZRing<Givaro::Integer> Ints |
| typedef DenseVector<Ints> ZVector |
| int test | ( | _Matrix | A, |
| std::string | vector_file, | ||
| bool | inv, | ||
| bool | pp, | ||
| bool | sparse_elim ) |
| int main | ( | int | argc, |
| char ** | argv ) |