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

◆ operator()()

bool ColumnsSorter::operator() ( value a,
value b )
inline

Definition at line 215 of file f4-types.hpp.

216 {
217 int newret = M->compare(cols[a].monom, cols[b].monom);
218 return (newret == GT);
219 }
const MonomialInfo * M
Definition f4-types.hpp:203
const coefficient_matrix::column_array & cols
Definition f4-types.hpp:204
const int GT
Definition style.hpp:41

References cols, GT, and M.