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

◆ Degree()

template<typename MonomType>
MonomType::Integer BIBasis::Polynom< MonomType >::Degree ( ) const

Definition at line 176 of file polynom.hpp.

177 {
178 if (!MonomListHead)
179 {
180 return 0;
181 }
182 else
183 {
184 return MonomListHead->Degree();
185 }
186 }
MonomType * MonomListHead
Definition polynom.hpp:53

References Degree(), and MonomListHead.

Referenced by BIBasis::BooleanInvolutiveBasis< MonomType >::ConstructInvolutiveBasis(), and Degree().