|
linbox
|
#include <iostream>#include "linbox/matrix/dense-matrix.h"#include "linbox/solutions/solve.h"#include "linbox/util/matrix-stream.h"#include "linbox/solutions/methods.h"Typedefs | |
| typedef Givaro::ZRing< Givaro::Integer > | Ints |
| typedef DenseVector< Ints > | ZVector |
Functions | |
| int | main (int argc, char **argv) |
| typedef Givaro::ZRing<Givaro::Integer> Ints |
| typedef DenseVector<Ints> ZVector |
| int main | ( | int | argc, |
| char ** | argv ) |