|
linbox
1
|
Allows compact storage when the modulus is less than 2^8. More...
#include <modular.h>
Additional Inherited Members | |
Public Member Functions inherited from ModularBase< _Element > | |
| template<> | |
| std::ostream & | write (std::ostream &os) const |
Protected Attributes inherited from ModularBase< _Element > | |
| Element | _modulus |
| Private (non-static) element for modulus. | |
Allows compact storage when the modulus is less than 2^8.
Requires 1 < the modulus < 2^8, normally prime. See FieldArchetype for member specifications.
1.8.1