M4RIE  0.20120613
 All Data Structures Files Functions Variables Macros Groups Pages
Data Fields
gf2e Struct Reference

\(\mathbb{F}_{2^e}\) More...

#include <gf2e.h>

Data Fields

unsigned int degree
word minpoly
word ** mul
word * inv
word * pow_gen

Detailed Description

\(\mathbb{F}_{2^e}\)

Examples:
tests/test_elimination.cc.

Field Documentation

unsigned int gf2e::degree

The degree \(e\).

Examples:
tests/test_elimination.cc.
word* gf2e::inv

inv[a] holds \(a^{-1}\).

word gf2e::minpoly

Irreducible polynomial of degree \(e\).

Examples:
tests/test_elimination.cc.
word** gf2e::mul

mul[a][b] holds \( a \cdot b\).

Warning
this entry will disappear in future releases.
word* gf2e::pow_gen

pow_gen[i] holds \(a^i / <f>\) for \(a\) a generator of this field.


The documentation for this struct was generated from the following file: