Uses of Class
it.unich.jgmp.nativelib.MpExpT
-
Packages that use MpExpT Package Description it.unich.jgmp.nativelib This package contains all the low-level classes of JGMP. -
-
Uses of MpExpT in it.unich.jgmp.nativelib
Methods in it.unich.jgmp.nativelib that return MpExpT Modifier and Type Method Description MpExpT
MpExpTByReference. getValue()
Get the value ofmp_exp_t
object pointed by this reference.Methods in it.unich.jgmp.nativelib with parameters of type MpExpT Modifier and Type Method Description static void
LibGmp. mpf_random2(MpfT rop, MpSizeT max_size, MpExpT exp)
void
MpExpTByReference. setValue(MpExpT value)
Change the value of themp_exp_t
object pointed by this reference.Constructors in it.unich.jgmp.nativelib with parameters of type MpExpT Constructor Description MpExpTByReference(MpExpT value)
Create a reference to a newly allocatedmp_exp_t
object, which is initialized withvalue
.
-