 |
My Project
debian-1:4.1.1-p2+ds-4build1
|
Go to the documentation of this file.
7 #define HAVE_SUMMATOR 1
44 void Add(poly pSummand,
int iLength);
45 void Add(poly pSummand);
61 #endif // ifdef HAVE_SUMMATOR
62 #endif // ifndef SUMMATOR_H
void operator+=(poly pSummand)
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)
CPolynomialSummator: unifies bucket and polynomial summation as the later is brocken in buckets :(.