linbox
|
Allows compact storage when the modulus is less than 2^8. More...
#include <modular-unsigned.h>
Public Member Functions | |
Element & | add (Element &x, const Element &y, const Element &z) const |
add elements | |
Element & | subin (Element &x, const Element &y) const |
subin. | |
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.
Element& add | ( | Element & | x, |
const Element & | y, | ||
const Element & | z | ||
) | const [inline] |
add elements
Element& subin | ( | Element & | x, |
const Element & | y | ||
) | const [inline] |
subin.
long
here ?