Uses of Class
it.unich.jgmp.nativelib.MpExpT
Packages that use MpExpT
Package
Description
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 MpExpTModifier and TypeMethodDescriptionMpExpTByReference.getValue()Get the value ofmp_exp_tobject pointed by this reference.Methods in it.unich.jgmp.nativelib with parameters of type MpExpTModifier and TypeMethodDescriptionstatic voidLibGmp.mpf_random2(MpfT rop, MpSizeT max_size, MpExpT exp) voidChange the value of themp_exp_tobject pointed by this reference.Constructors in it.unich.jgmp.nativelib with parameters of type MpExpTModifierConstructorDescriptionMpExpTByReference(MpExpT value) Create a reference to a newly allocatedmp_exp_tobject, which is initialized withvalue.