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

◆ Length()

template<typename MonomType>
unsigned long BIBasis::Polynom< MonomType >::Length ( ) const

Definition at line 163 of file polynom.hpp.

164 {
165 unsigned long length = 0;
167 while (iterator)
168 {
169 iterator = iterator->Next;
170 ++length;
171 }
172 return length;
173 }
MonomType * MonomListHead
Definition polynom.hpp:53

References Length(), and MonomListHead.

Referenced by Find(), and Length().