|
linbox
|
Gauss elimination and applications for sparse matrices. More...
#include "linbox/util/debug.h"#include "linbox/util/commentator.h"#include "linbox/field/archetype.h"#include "linbox/field/gf2.h"#include "linbox/vector/vector-domain.h"#include "linbox/matrix/sparse.h"#include "linbox/matrix/matrix-domain.h"#include "linbox/matrix/archetype.h"#include "linbox/solutions/methods.h"#include "linbox/algorithms/gauss.inl"#include "linbox/algorithms/gauss-pivot.inl"#include "linbox/algorithms/gauss-elim.inl"#include "linbox/algorithms/gauss-solve.inl"#include "linbox/algorithms/gauss-nullspace.inl"#include "linbox/algorithms/gauss-rank.inl"#include "linbox/algorithms/gauss-det.inl"Data Structures | |
| class | GaussDomain< _Field > |
| Repository of functions for rank by elimination on sparse matrices. More... | |
Namespaces | |
| namespace | LinBox |
Namespace in which all linbox code resides. | |
Gauss elimination and applications for sparse matrices.
Rank, nullspace, solve...
1.7.4