CPolynomialSummator: unifies bucket and polynomial summation as the later is brocken in buckets :(.
More...
#include <summator.h>
CPolynomialSummator: unifies bucket and polynomial summation as the later is brocken in buckets :(.
Definition at line 19 of file summator.h.
◆ CPolynomialSummator() [1/2]
CPolynomialSummator::CPolynomialSummator |
( |
const ring & |
rBaseRing, |
|
|
bool |
bUsePolynomial = false |
|
) |
| |
◆ ~CPolynomialSummator()
CPolynomialSummator::~CPolynomialSummator |
( |
| ) |
|
◆ CPolynomialSummator() [2/2]
◆ Add() [1/2]
void CPolynomialSummator::Add |
( |
poly |
pSummand | ) |
|
◆ Add() [2/2]
void CPolynomialSummator::Add |
( |
poly |
pSummand, |
|
|
int |
iLength |
|
) |
| |
◆ AddAndDelete() [1/2]
void CPolynomialSummator::AddAndDelete |
( |
poly |
pSummand | ) |
|
◆ AddAndDelete() [2/2]
void CPolynomialSummator::AddAndDelete |
( |
poly |
pSummand, |
|
|
int |
iLength |
|
) |
| |
◆ AddUpAndClear() [1/2]
poly CPolynomialSummator::AddUpAndClear |
( |
| ) |
|
◆ AddUpAndClear() [2/2]
poly CPolynomialSummator::AddUpAndClear |
( |
int * |
piLength | ) |
|
◆ operator poly()
CPolynomialSummator::operator poly |
( |
| ) |
|
|
inline |
◆ operator+=()
void CPolynomialSummator::operator+= |
( |
poly |
pSummand | ) |
|
|
inline |
◆ operator=()
no assignment operator yet
◆ m_basering
const ring& CPolynomialSummator::m_basering |
|
private |
◆ m_bUsePolynomial
const bool CPolynomialSummator::m_bUsePolynomial |
|
private |
◆ m_temp
union { ... } CPolynomialSummator::m_temp |
The documentation for this class was generated from the following files: