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

◆ operator()()

bool MarkedGB_sorter::operator() ( int xx,
int yy )
inline

Definition at line 45 of file reducedgb-marked.cpp.

46 {
47 gbvector *x = gb[xx].f;
48 gbvector *y = gb[yy].f;
49 return R->gbvector_compare(F, x, y) == LT;
50 }
void gb(IntermediateBasis &F, int n)
volatile int x
const FreeModule * F
const int LT
Definition style.hpp:39

References F, gb(), LT, R, and x.