Uses of Class
it.unich.jgmp.nativelib.MpSizeT
-
Packages that use MpSizeT Package Description it.unich.jgmp.nativelib 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 MpSizeT Modifier and Type Method Description static com.sun.jna.Pointer
LibGmp. mpf_get_str(java.nio.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)
-