linbox
1
|
Allows compact storage when the modulus is less than 2^8. More...
#include <modular.h>
Additional Inherited Members | |
![]() | |
template<> | |
std::ostream & | write (std::ostream &os) const |
![]() | |
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.