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

◆ operator()()

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

Definition at line 37 of file reducedgb-field.cpp.

38 {
39 gbvector *x = gb[xx].f;
40 gbvector *y = gb[yy].f;
41 return R->gbvector_compare(F, x, y) == LT;
42 }
void gb(IntermediateBasis &F, int n)
volatile int x
const int LT
Definition style.hpp:39

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