linbox
Public Member Functions
MatrixRank< _Ring, _Field, _RandomPrime > Class Template Reference

Compute the rank of an integer matrix in place over a finite field by Gaussian elimination. More...

#include <matrix-rank.h>

Public Member Functions

template<class IRing >
long rank (const BlasBlackbox< IRing > &A) const

Detailed Description

template<class _Ring, class _Field, class _RandomPrime = RandomPrimeIterator>
class LinBox::MatrixRank< _Ring, _Field, _RandomPrime >

Compute the rank of an integer matrix in place over a finite field by Gaussian elimination.


Member Function Documentation

long rank ( const BlasBlackbox< IRing > &  A) const [inline]

bug the following should work :


The documentation for this class was generated from the following file: