Uses of Package
it.unich.jgmp.nativelib
Packages that use it.unich.jgmp.nativelib
Package
Description
This package contains all the high-level classes of JGMP.
This package contains all the low-level classes of JGMP.
-
Classes in it.unich.jgmp.nativelib used by it.unich.jgmpClassDescriptionCustom allocator function callback.A structure containing an
AllocFunc
callback.Custom deallocator function callback.A structure containing anFreeFunc
callback.Type representing an object of thegmp_randstate_t
native type.Type representing an object of thempf_t
native type.Type representing an object of thempq_t
native type.Type representing an object of thempz_t
native type.Custom reallocator function callback.A structure containing anReallocFunc
callback.The nativesize_t
data type, which may be a 32 or 64 bit unsigned integer. -
Classes in it.unich.jgmp.nativelib used by it.unich.jgmp.nativelibClassDescriptionCustom allocator function callback.A structure containing an
AllocFunc
callback.Custom deallocator function callback.A structure containing anFreeFunc
callback.AFunctionMapper
which converts the official GMP function names (beginning withmpz
,mpq
,mpf
andgmp
) to the names used by the C library (beginning with__gmp
).Type representing an object of thegmp_randstate_t
native type.A converter fromMPF
to the native pointer type.A converter fromMPQ
to the native pointer type.A converter fromMPZ
to the native pointer type.Interface for the native functions with a variable number of arguments.The nativemp_bitcnt_t
data type, which may be a 32 or 64 bit unsigned integer.The nativemp_exp_t
data type, which may be a 32, 48 or 64 bit signed integer.A reference to the nativemp_exp_t
data type.Type representing an object of thempf_t
native type.Type representing an object of thempq_t
native type.The nativemp_size_t
data type, which may be a 32, 48 or 64 bit signed integer.Type representing an object of thempz_t
native type.The native unsigned long data type, which may be a 32 or 64 bit integer.Custom reallocator function callback.A structure containing anReallocFunc
callback.The nativesize_t
data type, which may be a 32 or 64 bit unsigned integer.A reference to the nativesize_t
data type.