Functions | |
| Galois (unsigned int n=0) | |
| Make an element of a Galois field from an integer using the default values of Basis and Exp. More... | |
| Galois (unsigned int basis_or_size, int exp, unsigned int n=0) | |
Make an element of
from an integer. More... | |
| Galois | zero () |
| Zero constructor. More... | |
| Galois | one () |
| One constructor. More... | |
|
|
Make an element of Parameter "basis" must be a prime number. If exp<=0, then the first parameter is interpreted as the field size. By default the value is initialized to zero. |
|
|
Make an element of a Galois field from an integer using the default values of Basis and Exp. By default the value is initialized to zero. |
|
|
One constructor. Return the "one" of the field |
|
|
Zero constructor. Return the "zero" of the field |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001