linbox
Data Structures | Namespaces | Constant Groups
matrix-rank.h File Reference

Computes the rank of a matrix by Gaussian Elimination, in place. More...

#include "linbox/util/debug.h"
#include "linbox/blackbox/sparse.h"
#include "linbox/solutions/rank.h"
#include "linbox/algorithms/matrix-hom.h"
#include <vector>
#include <algorithm>
#include "linbox/randiter/random-prime.h"
+ Include dependency graph for matrix-rank.h:
+ This graph shows which files directly or indirectly include this file:

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.
 

Constant Groups

 LinBox
 Namespace in which all linbox code resides.
 

Detailed Description

Computes the rank of a matrix by Gaussian Elimination, in place.

NO DOC