Modular< int8 > Class Template Reference
[linbox/field]
#include <modular-byte.h>
Inheritance diagram for Modular< int8 >:
List of all members.
Detailed Description
template<>
class LinBox::Modular< int8 >
Specialization of Modular to signed 8 bit element type with efficient dot product.
Efficient element operations for dot product, mul, axpy, by using floating point inverse of modulus (borrowed from NTL) and some use of non-normalized intermediate values.
Requires: modulus < 2^7. Intended use: prime modulus < 2^7.
The documentation for this class was generated from the following file:
- /Users/was/s/spkg/build/linbox-20070207/linbox/linbox/field/modular-byte.h
Generated on Thu Feb 8 22:33:05 2007 for linbox by
1.3.4