31 *iteratorAnother(anotherMonom.
ListHead);
34 if (iterator->Value < iteratorAnother->
Value)
38 if (iterator->Value > iteratorAnother->
Value)
42 iterator = iterator->Next;
43 iteratorAnother = iteratorAnother->
Next;
Slab allocator handing out fixed-size blocks for one BIBasis type per instance.
int Compare(const MonomDL &anotherMonom)
static FastAllocator Allocator
Monom specialisation that orders monomials by degree, then by lex on the variable list (DegLex).
BIBasis::MonomDL — degree-lex specialisation of the BIBasis monomial type.
Singly linked-list node of a Monom's variable list, with a per-class slab allocator.