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 MpExpTMpExpTByReference. getValue()Get the value ofmp_exp_tobject pointed by this reference.Methods in it.unich.jgmp.nativelib with parameters of type MpExpT Modifier and Type Method Description static voidLibGmp. mpf_random2(MpfT rop, MpSizeT max_size, MpExpT exp)voidMpExpTByReference. setValue(MpExpT value)Change the value of themp_exp_tobject 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_tobject, which is initialized withvalue.
-