|
linbox
|
#include "linbox/matrix/sparse-matrix.h"#include "linbox/algorithms/gauss.h"#include "linbox/algorithms/triangular-solve.h"#include "linbox/blackbox/permutation.h"#include "linbox/vector/sparse.h"Namespaces | |
| namespace | LinBox |
| Namespace in which all linbox code resides. | |
Functions | |
| template<class _Matrix> | |
| bool | nextnonzero (size_t &k, size_t Ni, const _Matrix &A) |