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

◆ LT()

brMonomial BRP::LT ( ) const
inline

Definition at line 124 of file franzi-brp.hpp.

125 {
126 // if ( (*this) == 0 ) {
127 // cerr << "ERROR, calling LT on 0" << endl;
128 // throw "calling LT on 0 polynomial";
129 // }
130 return *(m.begin());
131 } // Leading Term
monomials m

References m.

Referenced by cancelLeadTerm(), isGoodPair(), isLeadingReducibleBy(), isLeadingReducibleBy(), reduceTail(), sPolynomial(), testIsRelativelyPrime(), and testLT().