Uses of Class
it.unich.jgmp.nativelib.MpSizeT
Packages that use MpSizeT
Package
Description
This package contains all the low-level classes of JGMP.
-
Uses of MpSizeT in it.unich.jgmp.nativelib
Methods in it.unich.jgmp.nativelib with parameters of type MpSizeTModifier and TypeMethodDescriptionstatic com.sun.jna.Pointer
LibGmp.mpf_get_str
(ByteBuffer str, MpExpTByReference exp, int base, MpSizeT nDigits, MpfT op) static void
LibGmp.mpf_random2
(MpfT rop, MpSizeT max_size, MpExpT exp) static void
LibGmp.mpz_random
(MpzT rop, MpSizeT max_size) static void
LibGmp.mpz_random2
(MpzT rop, MpSizeT max_size)