|
Macaulay2 Engine
|
#include <aring-m2-gf.hpp>
Public Member Functions | |
| GaloisFieldTable (const PolynomialRing &R, const ring_elem prim) | |
| void | display (std::ostream &o) const |
| GFElement | characteristic () const |
| GFElement | dimension () const |
| GFElement | order () const |
| GFElement | one () const |
| GFElement | minusOne () const |
| GFElement | orderMinusOne () const |
| GFElement | oneTable (GFElement a) const |
| GFElement | fromZZTable (GFElement a) const |
| const PolynomialRing & | ring () const |
| const ring_elem | primitiveElement () const |
| const RingElement * | getGenerator () const |
| GFElement | generatorExponent () const |
Private Attributes | |
| GFElement | mCharac |
| GFElement | mDimension |
| GFElement | mOrder |
| GFElement | mOne |
| GFElement | mMinusOne |
| GFElement | mOrderMinusOne |
| GFElement * | mOneTable |
| GFElement * | mFromIntTable |
| const PolynomialRing & | mOriginalRing |
| const RingElement * | mGenerator |
| const ring_elem | mPrimitiveElement |
| GFElement | mGeneratorExponent |
Friends | |
| class | GF |
| class | ARingGFM2 |
ingroup rings
Definition at line 62 of file aring-m2-gf.hpp.