Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   Related Pages  

Constructors


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...


Function Documentation

Galois::Galois ( unsigned int basis_or_size,
int exp,
unsigned int n = 0 )
 

Make an element of from an integer.

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.

Galois::Galois ( unsigned int n = 0 )
 

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.

Galois Galois::one ( ) [inline, static]
 

One constructor.

Return the "one" of the field

Galois Galois::zero ( ) [inline, static]
 

Zero constructor.

Return the "zero" of the field


Generated at Mon Oct 11 14:57:41 2004 for GaloisLib by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001