linbox
|
Computes the rank of a matrix by Gaussian Elimination, in place. More...
#include "linbox/util/debug.h"
#include "linbox/matrix/sparse-matrix.h"
#include "linbox/solutions/rank.h"
#include "linbox/algorithms/matrix-hom.h"
#include <vector>
#include <algorithm>
#include "linbox/randiter/random-prime.h"
Data Structures | |
class | MatrixRank< _Ring, _Field, _RandomPrime > |
Compute the rank of an integer matrix in place over a finite field by Gaussian elimination. More... | |
Namespaces | |
LinBox | |
Namespace in which all linbox code resides. | |
Computes the rank of a matrix by Gaussian Elimination, in place.
NO DOC