Uses of Class
it.unich.jgmp.nativelib.MpzT
Packages that use MpzT
Package
Description
This package contains all the high-level classes of JGMP.
This package contains all the low-level classes of JGMP.
-
Uses of MpzT in it.unich.jgmp
Fields in it.unich.jgmp declared as MpzTModifier and TypeFieldDescriptionprivate MpzT
MPZ.mpzNative
The pointer to the nativempz_t
object.Methods in it.unich.jgmp that return MpzTMethods in it.unich.jgmp with parameters of type MpzTModifier and TypeMethodDescription(package private) static void
MPZ.set
(MpzT mpzNative, BigInteger op) Constructors in it.unich.jgmp with parameters of type MpzTModifierConstructorDescriptionprivate
A private constructor which build anMPZ
starting from a pointer to its native data object.(package private)
MPZCleaner
(MpzT mpzNative) -
Uses of MpzT in it.unich.jgmp.nativelib
Fields in it.unich.jgmp.nativelib declared as MpzTModifier and TypeFieldDescriptionprivate static MpzT
LibGmp.mpz_zero
The integer 0 (assuming no one changes it)Methods in it.unich.jgmp.nativelib that return MpzTModifier and TypeMethodDescriptionstatic MpzT
LibGmp.mpq_denref
(MpqT op) static MpzT
LibGmp.mpq_numref
(MpqT op) Methods in it.unich.jgmp.nativelib with parameters of type MpzTModifier and TypeMethodDescriptionstatic void
LibGmp.gmp_randinit_lc_2exp
(GmpRandstateT state, MpzT a, NativeUnsignedLong c, MpBitcntT m2exp) static void
LibGmp.gmp_randseed
(GmpRandstateT state, MpzT seed) static int
static void
static int
static void
LibGmp.mpq_get_den
(MpzT denominator, MpqT rational) static void
LibGmp.mpq_get_num
(MpzT numerator, MpqT rational) static void
LibGmp.mpq_set_den
(MpqT rational, MpzT denominator) static void
LibGmp.mpq_set_num
(MpqT rational, MpzT numerator) static void
static void
LibGmp.mpz_2fac_ui
(MpzT rop, NativeUnsignedLong n) static void
static void
static void
LibGmp.mpz_add_ui
(MpzT rop, MpzT op1, NativeUnsignedLong op2) static void
LibGmp.mpz_addmul
(MpzT rop, MpzT op1, MpzT op2) static void
LibGmp.mpz_addmul_ui
(MpzT rop, MpzT op1, NativeUnsignedLong op2) static void
static void
LibGmp.mpz_bin_ui
(MpzT rop, MpzT n, NativeUnsignedLong k) static void
LibGmp.mpz_bin_uiui
(MpzT rop, NativeUnsignedLong n, NativeUnsignedLong k) static void
LibGmp.mpz_cdiv_q
(MpzT q, MpzT n, MpzT d) static void
LibGmp.mpz_cdiv_q_2exp
(MpzT q, MpzT n, MpBitcntT b) static NativeUnsignedLong
LibGmp.mpz_cdiv_q_ui
(MpzT q, MpzT n, NativeUnsignedLong d) static void
LibGmp.mpz_cdiv_qr
(MpzT q, MpzT r, MpzT n, MpzT d) static NativeUnsignedLong
LibGmp.mpz_cdiv_qr_ui
(MpzT q, MpzT r, MpzT n, NativeUnsignedLong d) static void
LibGmp.mpz_cdiv_r
(MpzT r, MpzT n, MpzT d) static void
LibGmp.mpz_cdiv_r_2exp
(MpzT r, MpzT n, MpBitcntT b) static NativeUnsignedLong
LibGmp.mpz_cdiv_r_ui
(MpzT r, MpzT n, NativeUnsignedLong d) static NativeUnsignedLong
LibGmp.mpz_cdiv_ui
(MpzT n, NativeUnsignedLong d) static void
void
LibGmp.LibGmpExtra.mpz_clears
(MpzT... xs) static void
LibGmp.mpz_clears
(MpzT... xs) static MpBitcntT
LibGmp.mpz_clrbit
(MpzT rop, MpBitcntT index) static int
static int
static int
LibGmp.mpz_cmp_si
(MpzT op1, com.sun.jna.NativeLong op2) static int
LibGmp.mpz_cmp_ui
(MpzT op1, NativeUnsignedLong op2) static int
LibGmp.mpz_cmpabs
(MpzT op1, MpzT op2) static int
LibGmp.mpz_cmpabs_d
(MpzT op1, double op2) static int
LibGmp.mpz_cmpabs_ui
(MpzT op1, NativeUnsignedLong op2) static void
static MpBitcntT
LibGmp.mpz_combit
(MpzT rop, MpBitcntT index) static boolean
LibGmp.mpz_congruent_2exp_p
(MpzT n, MpzT c, MpBitcntT b) static boolean
LibGmp.mpz_congruent_p
(MpzT n, MpzT c, MpzT d) static boolean
LibGmp.mpz_congruent_ui_p
(MpzT n, NativeUnsignedLong c, NativeUnsignedLong d) static void
LibGmp.mpz_divexact
(MpzT r, MpzT n, MpzT d) static void
LibGmp.mpz_divexact_ui
(MpzT r, MpzT n, NativeUnsignedLong d) static boolean
LibGmp.mpz_divisible_2exp_p
(MpzT n, MpBitcntT b) static boolean
LibGmp.mpz_divisible_p
(MpzT n, MpzT d) static boolean
LibGmp.mpz_divisible_ui_p
(MpzT n, NativeUnsignedLong d) static boolean
LibGmp.mpz_even_p
(MpzT op) static com.sun.jna.Pointer
LibGmp.mpz_export
(ByteBuffer rop, SizeTByReference count, int order, SizeT size, int endian, SizeT nails, MpzT op) static void
LibGmp.mpz_fac_ui
(MpzT rop, NativeUnsignedLong n) static void
LibGmp.mpz_fdiv_q
(MpzT q, MpzT n, MpzT d) static void
LibGmp.mpz_fdiv_q_2exp
(MpzT q, MpzT n, NativeUnsignedLong b) static NativeUnsignedLong
LibGmp.mpz_fdiv_q_ui
(MpzT q, MpzT n, NativeUnsignedLong d) static void
LibGmp.mpz_fdiv_qr
(MpzT q, MpzT r, MpzT n, MpzT d) static NativeUnsignedLong
LibGmp.mpz_fdiv_qr_ui
(MpzT q, MpzT r, MpzT n, NativeUnsignedLong d) static void
LibGmp.mpz_fdiv_r
(MpzT r, MpzT n, MpzT d) static void
LibGmp.mpz_fdiv_r_2exp
(MpzT r, MpzT n, NativeUnsignedLong b) static NativeUnsignedLong
LibGmp.mpz_fdiv_r_ui
(MpzT r, MpzT n, NativeUnsignedLong d) static NativeUnsignedLong
LibGmp.mpz_fdiv_ui
(MpzT n, NativeUnsignedLong d) static void
LibGmp.mpz_fib_ui
(MpzT fn, NativeUnsignedLong n) static void
LibGmp.mpz_fib2_ui
(MpzT fn, MpzT fnsub1, NativeUnsignedLong n) static boolean
LibGmp.mpz_fits_sint_p
(MpzT op) static boolean
LibGmp.mpz_fits_slong_p
(MpzT op) static boolean
LibGmp.mpz_fits_sshort_p
(MpzT op) static boolean
LibGmp.mpz_fits_uint_p
(MpzT op) static boolean
LibGmp.mpz_fits_ulong_p
(MpzT op) static boolean
LibGmp.mpz_fits_ushort_p
(MpzT op) static void
static NativeUnsignedLong
LibGmp.mpz_gcd_ui
(MpzT rop, MpzT op1, NativeUnsignedLong op2) static void
static double
static double
LibGmp.mpz_get_d_2exp
(com.sun.jna.ptr.NativeLongByReference exp, MpzT op) static com.sun.jna.NativeLong
LibGmp.mpz_get_si
(MpzT op) static com.sun.jna.Pointer
LibGmp.mpz_get_str
(ByteBuffer str, int base, MpzT op) static NativeUnsignedLong
LibGmp.mpz_get_ui
(MpzT op) static MpBitcntT
LibGmp.mpz_hamdist
(MpzT op1, MpzT op2) static void
LibGmp.mpz_import
(MpzT rop, SizeT count, int order, SizeT size, int endian, SizeT nails, ByteBuffer op) static void
static void
LibGmp.mpz_init_set
(MpzT rop, MpzT op) static void
LibGmp.mpz_init_set_d
(MpzT rop, double op) static void
LibGmp.mpz_init_set_si
(MpzT rop, com.sun.jna.NativeLong op) static int
LibGmp.mpz_init_set_str
(MpzT rop, String str, int base) static void
LibGmp.mpz_init_set_ui
(MpzT rop, NativeUnsignedLong op) static void
void
static void
static SizeT
LibGmp.mpz_inp_raw
(MpzT rop, com.sun.jna.Pointer stream) static SizeT
LibGmp.mpz_inp_str
(MpzT rop, com.sun.jna.Pointer stream, int base) static boolean
LibGmp.mpz_invert
(MpzT rop, MpzT op1, MpzT op2) static void
static int
LibGmp.mpz_jacobi
(MpzT a, MpzT b) static int
LibGmp.mpz_kronecker_si
(MpzT a, com.sun.jna.NativeLong b) static int
LibGmp.mpz_kronecker_ui
(MpzT a, NativeUnsignedLong b) static void
static void
LibGmp.mpz_lcm_ui
(MpzT rop, MpzT op1, NativeUnsignedLong op2) static int
LibGmp.mpz_legendre
(MpzT a, MpzT b) static void
LibGmp.mpz_lucnum_ui
(MpzT ln, NativeUnsignedLong n) static void
LibGmp.mpz_lucnum2_ui
(MpzT ln, MpzT lnsub1, NativeUnsignedLong n) static void
LibGmp.mpz_mfac_uiui
(MpzT rop, NativeUnsignedLong n, NativeUnsignedLong m) static void
static NativeUnsignedLong
LibGmp.mpz_mod_ui
(MpzT r, MpzT n, NativeUnsignedLong d) static void
static void
LibGmp.mpz_mul_2exp
(MpzT rop, MpzT op1, MpBitcntT op2) static void
LibGmp.mpz_mul_si
(MpzT rop, MpzT op1, com.sun.jna.NativeLong op2) static void
LibGmp.mpz_mul_ui
(MpzT rop, MpzT op1, NativeUnsignedLong op2) static void
static void
LibGmp.mpz_nextprime
(MpzT rop, MpzT op) static boolean
static SizeT
LibGmp.mpz_out_raw
(com.sun.jna.Pointer stream, MpzT op) static SizeT
LibGmp.mpz_out_str
(com.sun.jna.Pointer stream, int base, MpzT op) static boolean
LibGmp.mpz_perfect_power_p
(MpzT op) static boolean
LibGmp.mpz_perfect_square_p
(MpzT op) static MpBitcntT
LibGmp.mpz_popcount
(MpzT op) static void
LibGmp.mpz_pow_ui
(MpzT rop, MpzT base, NativeUnsignedLong exp) static void
static void
LibGmp.mpz_powm_sec
(MpzT rop, MpzT base, MpzT exp, MpzT mod) static void
LibGmp.mpz_powm_ui
(MpzT rop, MpzT base, NativeUnsignedLong exp, MpzT mod) static void
LibGmp.mpz_primorial_ui
(MpzT rop, NativeUnsignedLong n) static int
LibGmp.mpz_probab_prime_p
(MpzT op, int reps) static void
LibGmp.mpz_random
(MpzT rop, MpSizeT max_size) static void
LibGmp.mpz_random2
(MpzT rop, MpSizeT max_size) static void
LibGmp.mpz_realloc2
(MpzT x, MpBitcntT n) static MpBitcntT
LibGmp.mpz_remove
(MpzT rop, MpzT op, MpzT f) static boolean
LibGmp.mpz_root
(MpzT rop, MpzT op, NativeUnsignedLong n) static void
LibGmp.mpz_rootrem
(MpzT rop, MpzT rem, MpzT op, NativeUnsignedLong n) static void
LibGmp.mpz_rrandomb
(MpzT rop, GmpRandstateT state, MpBitcntT n) static MpBitcntT
static MpBitcntT
static void
static void
static void
static void
static void
LibGmp.mpz_set_si
(MpzT rop, com.sun.jna.NativeLong op) static int
LibGmp.mpz_set_str
(MpzT rop, String str, int base) static void
LibGmp.mpz_set_ui
(MpzT rop, NativeUnsignedLong op) static MpBitcntT
LibGmp.mpz_setbit
(MpzT rop, MpBitcntT index) static int
static int
LibGmp.mpz_si_kronecker
(com.sun.jna.NativeLong a, MpzT b) static SizeT
LibGmp.mpz_sizeinbase
(MpzT op, int base) static void
static void
LibGmp.mpz_sqrtrem
(MpzT rop, MpzT rem, MpzT op) static void
static void
LibGmp.mpz_sub_ui
(MpzT rop, MpzT op1, NativeUnsignedLong op2) static void
LibGmp.mpz_submul
(MpzT rop, MpzT op1, MpzT op2) static void
LibGmp.mpz_submul_ui
(MpzT rop, MpzT op1, NativeUnsignedLong op2) static void
static void
LibGmp.mpz_tdiv_q
(MpzT q, MpzT n, MpzT d) static void
LibGmp.mpz_tdiv_q_2exp
(MpzT q, MpzT n, NativeUnsignedLong b) static NativeUnsignedLong
LibGmp.mpz_tdiv_q_ui
(MpzT q, MpzT n, NativeUnsignedLong d) static void
LibGmp.mpz_tdiv_qr
(MpzT q, MpzT r, MpzT n, MpzT d) static NativeUnsignedLong
LibGmp.mpz_tdiv_qr_ui
(MpzT q, MpzT r, MpzT n, NativeUnsignedLong d) static void
LibGmp.mpz_tdiv_r
(MpzT r, MpzT n, MpzT d) static void
LibGmp.mpz_tdiv_r_2exp
(MpzT r, MpzT n, NativeUnsignedLong b) static NativeUnsignedLong
LibGmp.mpz_tdiv_r_ui
(MpzT r, MpzT n, NativeUnsignedLong d) static NativeUnsignedLong
LibGmp.mpz_tdiv_ui
(MpzT n, NativeUnsignedLong d) static int
LibGmp.mpz_tstbit
(MpzT rop, MpBitcntT index) static int
LibGmp.mpz_ui_kronecker
(NativeUnsignedLong a, MpzT b) static void
LibGmp.mpz_ui_pow_ui
(MpzT rop, NativeUnsignedLong base, NativeUnsignedLong exp) static void
LibGmp.mpz_ui_sub
(MpzT rop, NativeUnsignedLong op1, MpzT op2) static void
LibGmp.mpz_urandomb
(MpzT rop, GmpRandstateT state, MpBitcntT n) static void
LibGmp.mpz_urandomm
(MpzT rop, GmpRandstateT state, MpzT n) static void