![]() |
Go to the source code of this file.
Data Structures | |
class | CPolynomialSummator |
CPolynomialSummator: unifies bucket and polynomial summation as the later is brocken in buckets :(. More... | |
Macros | |
#define | HAVE_SUMMATOR 1 |
Typedefs | |
typedef sBucket * | sBucket_pt |
typedef polyrec * | poly |
typedef kBucket * | kBucket_pt |
#define HAVE_SUMMATOR 1 |
Definition at line 9 of file summator.h.
typedef kBucket* kBucket_pt |
Definition at line 20 of file summator.h.
typedef polyrec* poly |
Definition at line 16 of file summator.h.
typedef sBucket* sBucket_pt |
Definition at line 15 of file summator.h.