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

◆ IM2_MutableMatrix_reduce_by_pivots()

M2_bool IM2_MutableMatrix_reduce_by_pivots ( MutableMatrix * M)

Definition at line 572 of file mutable-matrix.cpp.

574{
575 M->reduce_by_pivots();
576 return true;
577}
virtual void reduce_by_pivots()=0

References MutableMatrix::reduce_by_pivots().