linbox  1
NTL_zz_p Struct Reference

long ints modulo a positive integer. More...

#include <ntl-lzz_p.h>

Inheritance diagram for NTL_zz_p:
NTL_PID_zz_p

List of all members.


Detailed Description

long ints modulo a positive integer.

While NTL allows any int to serve as the modulus, only prime moduli yield fields. The primality of the modulus will not be checked, so it is the programmer's responsibility to supply a prime modulus if a field is wanted. These specializations allow the UnparametricField} template class to be used to wrap NTL's zz_p class as a LinBox field. Uses nice trick for mod p via floating point.


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