linbox
Protected Attributes
Modular Class Reference

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.

Detailed Description

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.


The documentation for this class was generated from the following file: