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

◆ Polynom() [2/2]

template<typename MonomType>
BIBasis::Polynom< MonomType >::Polynom ( const Polynom< MonomType > & anotherPolynom)

Definition at line 107 of file polynom.hpp.

108 : MonomListHead(0)
109 {
111 {
112 return;
113 }
114 else
115 {
118 while (iteratorAnother)
119 {
121
122 iterator = &((*iterator)->Next);
124 }
125 }
126 }
MonomType * MonomListHead
Definition polynom.hpp:53

References MonomListHead, and Polynom().