|
Givaro
|
Forward declaration for Givaro::Modular. More...
#include <modular-inttype.h>
Inheritance diagram for Modular< IntType, _Compute_t, Enable >:
Collaboration diagram for Modular< IntType, _Compute_t, Enable >:Forward declaration for Givaro::Modular.
This class implement the standard arithmetic with Modulo Elements.
Elements will be stored in the storage type. While arithmetics will occur on the unsigned version of COMP type. Example: Modular<int32_t, uint64_t>