Data Structures | Macros | Typedefs
summator.h File Reference

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 sBucketsBucket_pt
 
typedef polyrec * poly
 
typedef kBucketkBucket_pt
 

Macro Definition Documentation

§ HAVE_SUMMATOR

#define HAVE_SUMMATOR   1

Definition at line 9 of file summator.h.

Typedef Documentation

§ kBucket_pt

typedef kBucket* kBucket_pt

Definition at line 20 of file summator.h.

§ poly

typedef polyrec* poly

Definition at line 16 of file summator.h.

§ sBucket_pt

typedef sBucket* sBucket_pt

Definition at line 15 of file summator.h.