linbox
|
Prime fields of positive characteristic implemented directly in LinBox. More...
#include <modular.h>
Inherits ModularBase< _Element >.
Protected Attributes | |
Element | _modulus |
Private (non-static) element for modulus. |
Prime fields of positive characteristic implemented directly in LinBox.
This parameterized field can be used to construct prime fields. Typical use would be Modular<integer> for integers modulo a large prime, Modular<uint32_t>, Modular<int32_t>, or Modular<double> for integers modulo a wordsize prime. Each of those has specialized performance features suitable to certain applications.