|
linbox
|
#include <iostream>#include <givaro/givrational.h>#include "linbox/matrix/sparse-matrix.h"#include "linbox/algorithms/gauss.h"Typedefs | |
| typedef Givaro::QField< Givaro::Rational > | QRat |
| typedef MatrixStream< QRat > | QMstream |
| typedef SparseMatrix< QRat, SparseMatrixFormat::SparseSeq > | QSparseMat |
Functions | |
| int | main (int argc, char **argv) |
| typedef Givaro::QField<Givaro::Rational> QRat |
| typedef MatrixStream<QRat> QMstream |
| typedef SparseMatrix<QRat, SparseMatrixFormat::SparseSeq > QSparseMat |
| int main | ( | int | argc, |
| char ** | argv ) |