|
linbox
|
#include <vector>#include <utility>#include <iostream>#include <algorithm>#include "linbox/linbox-config.h"#include "linbox/util/debug.h"#include "linbox/linbox-tags.h"#include "linbox/matrix/sparse-formats.h"#include "linbox/matrix/matrix-domain.h"#include "linbox/matrix/transpose-matrix.h"#include "linbox/vector/vector-traits.h"#include "linbox/util/matrix-stream.h"#include "linbox/solutions/solution-tags.h"#include "linbox/matrix/matrix-traits.h"#include "linbox/field/hom.h"#include "linbox/matrix/sparsematrix/sparse-sequence-vector.h"#include "linbox/matrix/sparsematrix/sparse-parallel-vector.h"#include "linbox/matrix/sparsematrix/sparse-associative-vector.h"#include "linbox/matrix/sparsematrix/sparse-generic.inl"
Include dependency graph for sparse-generic.h:
This graph shows which files directly or indirectly include this file:Data Structures | |
| class | MatrixDomain< Field_ > |
| Class of matrix arithmetic functions. More... | |
| class | SparseMatrixGeneric< _Field, _Row, Trait > |
| Sparse matrix container This class acts as a generic row-wise container for sparse matrices. More... | |
| class | SparseMatrixWriteHelper< Matrix > |
| Write helper. More... | |
| class | SparseMatrixReadHelper< Matrix > |
| Read helper. More... | |
| class | SparseMatrixGeneric< _Field, _Row, Trait > |
| Sparse matrix container This class acts as a generic row-wise container for sparse matrices. More... | |
Namespaces | |
| LinBox | |
| Namespace in which all linbox code resides. | |
| LinBox::Protected | |
| This is the namespace all LinBox internal code is in. | |
1.8.13