LinBox rings implement the ring concept, inheriting from the field concept, as it is defined in the ring archetype.
Classes | |
class | PIRModular< int > |
template <> More... | |
class | PIRModular< int32 > |
template <> More... | |
class | RingAbstract |
Abstract ring base class. More... | |
class | RingArchetype |
specification and archetypic instance for the ring interface More... | |
class | RingEnvelope |
implement the ring archetype to minimize code bloat. More... | |
class | GivPolynomialRing |
polynomials with coefficients modulo some power of two More... | |
class | PowerOfTwoModular |
Ring of elements modulo some power of two. More... | |
Typedefs | |
typedef UnparametricField< integer > | LinBox::GMP_Integers |
typedef NTL_ZZRandIter | LinBox::RandIter |
the integer ring. class NTL_ZZ { |
|
wrapper of GMP's integers as a LinBox ring. |