#include galois.h>
Public Types |
|
| enum | { Bits = GaloisTable Limit = GaloisTable |
| typedef valuetype | ValueType |
Public Member Functions |
|
| Galois (void) | |
| Galois (ValueType v) | |
| Galois (const Galois &right) | |
| Galois & | operator= (const Galois &right) |
| Galois | operator+ (const Galois &right) const |
| Galois & | operator+= (const Galois &right) |
| Galois | operator- (const Galois &right) const |
| Galois & | operator-= (const Galois &right) |
| Galois | operator * (const Galois &right) const |
| Galois & | operator *= (const Galois &right) |
| Galois | operator/ (const Galois &right) const |
| Galois & | operator/= (const Galois &right) |
| Galois | pow (unsigned int right) const |
| Galois | operator^ (unsigned int right) const |
| Galois & | operator^= (unsigned int right) |
| operator ValueType (void) const | |
| ValueType | Value (void) const |
| ValueType | Log (void) const |
| ValueType | ALog (void) const |
Protected Attributes |
|
| ValueType | value |
Static Protected Attributes |
|
| static GaloisTable generator, valuetype > | table |
Definition at line 57 of file galois.h.
| anonymous enum |