linbox
1
|
long ints modulo a positive integer. More...
#include <ntl-lzz_p.h>
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.