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

◆ operator()()

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

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

268 {
269 return (M->compare(gb[a]->f.monoms, gb[b]->f.monoms) == LT); // LT: sort in increasing order...
270 }
const MonomialInfo * M
Definition f4-types.hpp:255
const gb_array & gb
Definition f4-types.hpp:256
const int LT
Definition style.hpp:39

References gb, LT, and M.