Macaulay2 Engine
Loading...
Searching...
No Matches

◆ rank()

template<typename T>
size_t MutableMat< T >::rank ( ) const
virtual

Fast linear algebra routines (well, fast for some rings).

Implements MutableMatrix.

Definition at line 65 of file mutablemat-imp.hpp.

66{
67 return MatrixOps::rank(mat);
68}
size_t rank(const Mat &A)
the rank of a matrix

References mat, and MatrixOps::rank().