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

◆ removeLeadTerm()

void PriorityQueuePolynomialHeap::removeLeadTerm ( )
inlineoverridevirtual

Implements PolynomialHeap.

Definition at line 1080 of file NCReduction.cpp.

1081 {
1082 if (isZero()) return;
1083 assert(mLeadTermSet); // should only be called if mLeadTermSet is true.
1084 if (mLeadTermSet)
1085 mLeadTermSet = false;
1086 }

References isZero(), and mLeadTermSet.

Referenced by value().