polynomdefsNoShift: bei dieser Datenstruktur liegen die Polynomkoeffizienten noch nicht hintereinander. More...
#include <polynomdefs.h>
Public Types | |
| enum | { maxdegree_m = DEGREE } |
due to compile problems with some compilers enums are used instead of regular member variables More... | |
| enum | { size_m = (DEGREE+1)*(DEGREE+1) } |
Public Member Functions | |
| int | getSize () const |
Static Public Member Functions | |
| static short | getPairIndex (const short a, const short b) |
| compute a*(2^pshift)+b | |
Definition at line 98 of file polynomdefs.h.
| anonymous enum |
Definition at line 104 of file polynomdefs.h.
| anonymous enum |
| size_m |
Anzahl Bytes, die von einem arrayindex der Polynomkoeffizientenliste belegt werden. |
Definition at line 108 of file polynomdefs.h.
| static short polynomdefsNoShift< DEGREE >::getPairIndex | ( | const short | a, | |
| const short | b | |||
| ) | [inline, static] |
Definition at line 113 of file polynomdefs.h.
| int polynomdefsNoShift< DEGREE >::getSize | ( | ) | const [inline] |
Definition at line 111 of file polynomdefs.h.
References polynomdefsNoShift< DEGREE >::size_m.
1.6.3