linbox
Modular< int16_t > Class Reference

Specialization of Modular to short element type with efficient dot product. More...

#include <modular-short.h>

+ Inheritance diagram for Modular< int16_t >:

Detailed Description

Specialization of Modular to short 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^15. Intended use: 2^7 < prime modulus < 2^15.


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