#include <polynomdefs.h>
Public Member Functions | |
| int | getSize () const |
| dynamicPolynomdefsNoShift (int degree) | |
| short | getPairIndex (const short a, const short b) const |
Public Attributes | |
| int | maxdegree_m |
| int | maxdegreePlusOne_m |
Private Member Functions | |
| dynamicPolynomdefsNoShift () | |
Private Attributes | |
| int | size_m |
Definition at line 145 of file polynomdefs.h.
| dynamicPolynomdefsNoShift::dynamicPolynomdefsNoShift | ( | ) | [private] |
| dynamicPolynomdefsNoShift::dynamicPolynomdefsNoShift | ( | int | degree | ) | [inline] |
Definition at line 158 of file polynomdefs.h.
| short dynamicPolynomdefsNoShift::getPairIndex | ( | const short | a, | |
| const short | b | |||
| ) | const [inline] |
Definition at line 164 of file polynomdefs.h.
References maxdegreePlusOne_m.
| int dynamicPolynomdefsNoShift::getSize | ( | ) | const [inline] |
Definition at line 156 of file polynomdefs.h.
References size_m.
Definition at line 152 of file polynomdefs.h.
Definition at line 153 of file polynomdefs.h.
Referenced by getPairIndex().
int dynamicPolynomdefsNoShift::size_m [private] |
Definition at line 149 of file polynomdefs.h.
Referenced by getSize().
1.6.3