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

◆ sort()

M2_arrayint Matrix::sort ( int degorder,
int monorder ) const

Definition at line 152 of file matrix-sort.cpp.

157{
158 MatrixSorter sorter(this, degorder, ringorder);
159 return sorter.value();
160}

References sort().

Referenced by auto_reduce(), IM2_Matrix_sort_columns(), and sort().