|
linbox
|
Allows compact storage when the modulus is less than 2^8. More...
#include <modular-unsigned.h>
Inheritance diagram for Modular< uint8_t >:
Collaboration diagram for Modular< uint8_t >:Public Member Functions | |
| Element & | add (Element &x, const Element &y, const Element &z) const |
| add elements More... | |
| Element & | subin (Element &x, const Element &y) const |
| subin. More... | |
Protected Attributes | |
| Element | _modulus |
| Private (non-static) element for modulus. | |
Allows compact storage when the modulus is less than 2^8.
Requires 1 < modulus < 2^8, normally prime. See FieldArchetype for member specifications.
|
inline |
add elements
|
inline |
subin.
long here ?
1.8.6