|
linbox
|
A SparseMatrix<_Field, _Storage> ....
More...
#include "linbox/matrix/sparse-formats.h"#include "linbox/matrix/matrix-traits.h"#include "linbox/matrix/sparsematrix/read-write-sparse.h"#include "linbox/matrix/sparsematrix/sparse-generic.h"#include "linbox/matrix/sparsematrix/sparse-coo-matrix.h"#include "linbox/matrix/sparsematrix/sparse-csr-matrix.h"#include "linbox/matrix/sparsematrix/sparse-ell-matrix.h"#include "linbox/matrix/sparsematrix/sparse-ellr-matrix.h"#include "linbox/matrix/sparsematrix/sparse-map-map-matrix.h"#include "linbox/matrix/sparsematrix/sparse-tpl-matrix.h"Namespaces | |
| namespace | LinBox |
| Namespace in which all linbox code resides. | |
Macros | |
| #define | index_t ptrdiff_t |
Functions | |
| template<class _Field, class _Storage> | |
| std::ostream & | operator<< (std::ostream &os, const SparseMatrix< _Field, _Storage > &Mat) |
| template<class _Field, class _Storage> | |
| std::istream & | operator>> (std::istream &is, SparseMatrix< _Field, _Storage > &A) |
A SparseMatrix<_Field, _Storage> ....
| #define index_t ptrdiff_t |