linbox
|
LinBox rings, ring wrappers, ring construction tools. More...
Modules | |
Integers | |
LinBox integer representation and operations. | |
Polynomials | |
NO DOC YET. | |
Files | |
file | ring/archetype.h |
Specification and archetypic instance for the ring interface. | |
file | givaro-polynomial.h |
NO DOC. | |
Data Structures | |
class | NTL_ZZ |
the integer ring. More... | |
class | RingAbstract |
Abstract ring base class. More... | |
class | RingArchetype |
specification and archetypic instance for the ring interfaceThe RingArchetype and its encapsulated element class contain pointers to the RingAbstract and its encapsulated ring element, respectively. More... | |
class | RingEnvelope< Ring > |
implement the ring archetype to minimize code bloat. More... | |
class | GivPolynomialRing< Domain, StorageTag > |
Polynomials. More... | |
class | PowerOfTwoModular< Ints > |
Ring of elements modulo some power of two. More... | |
LinBox rings, ring wrappers, ring construction tools.
LinBox rings implement the ring concept, inheriting from the field concept, as it is defined in the ring archetype.