9 #define HAVE_SUMMATOR 1
53 void Add(
poly pSummand,
int iLength);
70 #endif // ifdef HAVE_SUMMATOR
71 #endif // ifndef SUMMATOR_H
union CPolynomialSummator::@5 m_temp
CPolynomialSummator(const ring &rBaseRing, bool bUsePolynomial=false)
void Add(poly pSummand, int iLength)
CPolynomialSummator & operator=(const CPolynomialSummator &)
no assignment operator yet
const bool m_bUsePolynomial
void AddAndDelete(poly pSummand, int iLength)
void operator+=(poly pSummand)
CPolynomialSummator: unifies bucket and polynomial summation as the later is brocken in buckets :(...