Context algorithm
Semi-predictive context algorithm implementation
|
Go to the source code of this file.
Macros | |
#define | TBL_SIZE 2000 |
Size of the lookup tables. More... | |
Variables | |
double | logGammaTbl [TBL_SIZE] |
logGammaTbl[i] = ln(gamma(i+2)). More... | |
double | logGammaTbl2 [TBL_SIZE] |
logGammaTbl[i] = ln(gamma(i + 1 + 1/2)). More... | |
#define TBL_SIZE 2000 |
Size of the lookup tables.
Definition at line 23 of file gammaTable.h.
double logGammaTbl[TBL_SIZE] |
logGammaTbl[i] = ln(gamma(i+2)).
Definition at line 26 of file gammaTable.h.
double logGammaTbl2[TBL_SIZE] |
logGammaTbl[i] = ln(gamma(i + 1 + 1/2)).
Definition at line 2030 of file gammaTable.h.