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

◆ rankProfile()

template<typename T>
M2_arrayintOrNull MutableMat< T >::rankProfile ( bool row_profile) const
virtual

Implements MutableMatrix.

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

215{
216 // LUComputation<T> C(mat);
217 // return C.rankProfile(row_profile);
219}
M2_arrayintOrNull rankProfile(const Mat &A, bool row_profile)
Returns either the row or column rank profile of A.

References mat, and MatrixOps::rankProfile().