Modular Class Template Reference
#include <modular.h>
List of all members.
Detailed Description
template<class _Element>
class LinBox::Modular< _Element >
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>, modular<int>, 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:
- /Users/was/s/spkg/build/linbox-20070207/linbox/linbox/field/modular.h
Generated on Thu Feb 8 22:33:05 2007 for linbox by
1.3.4