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

◆ SetZero()

template<typename MonomType>
void BIBasis::Polynom< MonomType >::SetZero ( )

Definition at line 142 of file polynom.hpp.

143 {
144 if (MonomListHead)
145 {
146 MonomType* tmpMonom = 0;
147 while (MonomListHead)
148 {
151 delete tmpMonom;
152 }
153 }
154 }
MonomType * MonomListHead
Definition polynom.hpp:53

References MonomListHead, and SetZero().

Referenced by operator*=(), operator=(), SetOne(), SetZero(), and ~Polynom().