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 MpzTMPZ.mpzNativeThe pointer to the nativempz_tobject.Methods in it.unich.jgmp that return MpzTMethods in it.unich.jgmp with parameters of type MpzTModifier and TypeMethodDescription(package private) static voidMPZ.set(MpzT mpzNative, BigInteger op) Constructors in it.unich.jgmp with parameters of type MpzTModifierConstructorDescriptionprivateA private constructor which build anMPZstarting 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 MpzTLibGmp.mpz_zeroThe integer 0 (assuming no one changes it)Methods in it.unich.jgmp.nativelib that return MpzTModifier and TypeMethodDescriptionstatic MpzTLibGmp.mpq_denref(MpqT op) static MpzTLibGmp.mpq_numref(MpqT op) Methods in it.unich.jgmp.nativelib with parameters of type MpzTModifier and TypeMethodDescriptionstatic voidLibGmp.gmp_randinit_lc_2exp(GmpRandstateT state, MpzT a, NativeUnsignedLong c, MpBitcntT m2exp) static voidLibGmp.gmp_randseed(GmpRandstateT state, MpzT seed) static intstatic voidstatic intstatic voidLibGmp.mpq_get_den(MpzT denominator, MpqT rational) static voidLibGmp.mpq_get_num(MpzT numerator, MpqT rational) static voidLibGmp.mpq_set_den(MpqT rational, MpzT denominator) static voidLibGmp.mpq_set_num(MpqT rational, MpzT numerator) static voidstatic voidLibGmp.mpz_2fac_ui(MpzT rop, NativeUnsignedLong n) static voidstatic voidstatic voidLibGmp.mpz_add_ui(MpzT rop, MpzT op1, NativeUnsignedLong op2) static voidLibGmp.mpz_addmul(MpzT rop, MpzT op1, MpzT op2) static voidLibGmp.mpz_addmul_ui(MpzT rop, MpzT op1, NativeUnsignedLong op2) static voidstatic voidLibGmp.mpz_bin_ui(MpzT rop, MpzT n, NativeUnsignedLong k) static voidLibGmp.mpz_bin_uiui(MpzT rop, NativeUnsignedLong n, NativeUnsignedLong k) static voidLibGmp.mpz_cdiv_q(MpzT q, MpzT n, MpzT d) static voidLibGmp.mpz_cdiv_q_2exp(MpzT q, MpzT n, MpBitcntT b) static NativeUnsignedLongLibGmp.mpz_cdiv_q_ui(MpzT q, MpzT n, NativeUnsignedLong d) static voidLibGmp.mpz_cdiv_qr(MpzT q, MpzT r, MpzT n, MpzT d) static NativeUnsignedLongLibGmp.mpz_cdiv_qr_ui(MpzT q, MpzT r, MpzT n, NativeUnsignedLong d) static voidLibGmp.mpz_cdiv_r(MpzT r, MpzT n, MpzT d) static voidLibGmp.mpz_cdiv_r_2exp(MpzT r, MpzT n, MpBitcntT b) static NativeUnsignedLongLibGmp.mpz_cdiv_r_ui(MpzT r, MpzT n, NativeUnsignedLong d) static NativeUnsignedLongLibGmp.mpz_cdiv_ui(MpzT n, NativeUnsignedLong d) static voidvoidLibGmp.LibGmpExtra.mpz_clears(MpzT... xs) static voidLibGmp.mpz_clears(MpzT... xs) static MpBitcntTLibGmp.mpz_clrbit(MpzT rop, MpBitcntT index) static intstatic intstatic intLibGmp.mpz_cmp_si(MpzT op1, com.sun.jna.NativeLong op2) static intLibGmp.mpz_cmp_ui(MpzT op1, NativeUnsignedLong op2) static intLibGmp.mpz_cmpabs(MpzT op1, MpzT op2) static intLibGmp.mpz_cmpabs_d(MpzT op1, double op2) static intLibGmp.mpz_cmpabs_ui(MpzT op1, NativeUnsignedLong op2) static voidstatic MpBitcntTLibGmp.mpz_combit(MpzT rop, MpBitcntT index) static booleanLibGmp.mpz_congruent_2exp_p(MpzT n, MpzT c, MpBitcntT b) static booleanLibGmp.mpz_congruent_p(MpzT n, MpzT c, MpzT d) static booleanLibGmp.mpz_congruent_ui_p(MpzT n, NativeUnsignedLong c, NativeUnsignedLong d) static voidLibGmp.mpz_divexact(MpzT r, MpzT n, MpzT d) static voidLibGmp.mpz_divexact_ui(MpzT r, MpzT n, NativeUnsignedLong d) static booleanLibGmp.mpz_divisible_2exp_p(MpzT n, MpBitcntT b) static booleanLibGmp.mpz_divisible_p(MpzT n, MpzT d) static booleanLibGmp.mpz_divisible_ui_p(MpzT n, NativeUnsignedLong d) static booleanLibGmp.mpz_even_p(MpzT op) static com.sun.jna.PointerLibGmp.mpz_export(ByteBuffer rop, SizeTByReference count, int order, SizeT size, int endian, SizeT nails, MpzT op) static voidLibGmp.mpz_fac_ui(MpzT rop, NativeUnsignedLong n) static voidLibGmp.mpz_fdiv_q(MpzT q, MpzT n, MpzT d) static voidLibGmp.mpz_fdiv_q_2exp(MpzT q, MpzT n, NativeUnsignedLong b) static NativeUnsignedLongLibGmp.mpz_fdiv_q_ui(MpzT q, MpzT n, NativeUnsignedLong d) static voidLibGmp.mpz_fdiv_qr(MpzT q, MpzT r, MpzT n, MpzT d) static NativeUnsignedLongLibGmp.mpz_fdiv_qr_ui(MpzT q, MpzT r, MpzT n, NativeUnsignedLong d) static voidLibGmp.mpz_fdiv_r(MpzT r, MpzT n, MpzT d) static voidLibGmp.mpz_fdiv_r_2exp(MpzT r, MpzT n, NativeUnsignedLong b) static NativeUnsignedLongLibGmp.mpz_fdiv_r_ui(MpzT r, MpzT n, NativeUnsignedLong d) static NativeUnsignedLongLibGmp.mpz_fdiv_ui(MpzT n, NativeUnsignedLong d) static voidLibGmp.mpz_fib_ui(MpzT fn, NativeUnsignedLong n) static voidLibGmp.mpz_fib2_ui(MpzT fn, MpzT fnsub1, NativeUnsignedLong n) static booleanLibGmp.mpz_fits_sint_p(MpzT op) static booleanLibGmp.mpz_fits_slong_p(MpzT op) static booleanLibGmp.mpz_fits_sshort_p(MpzT op) static booleanLibGmp.mpz_fits_uint_p(MpzT op) static booleanLibGmp.mpz_fits_ulong_p(MpzT op) static booleanLibGmp.mpz_fits_ushort_p(MpzT op) static voidstatic NativeUnsignedLongLibGmp.mpz_gcd_ui(MpzT rop, MpzT op1, NativeUnsignedLong op2) static voidstatic doublestatic doubleLibGmp.mpz_get_d_2exp(com.sun.jna.ptr.NativeLongByReference exp, MpzT op) static com.sun.jna.NativeLongLibGmp.mpz_get_si(MpzT op) static com.sun.jna.PointerLibGmp.mpz_get_str(ByteBuffer str, int base, MpzT op) static NativeUnsignedLongLibGmp.mpz_get_ui(MpzT op) static MpBitcntTLibGmp.mpz_hamdist(MpzT op1, MpzT op2) static voidLibGmp.mpz_import(MpzT rop, SizeT count, int order, SizeT size, int endian, SizeT nails, ByteBuffer op) static voidstatic voidLibGmp.mpz_init_set(MpzT rop, MpzT op) static voidLibGmp.mpz_init_set_d(MpzT rop, double op) static voidLibGmp.mpz_init_set_si(MpzT rop, com.sun.jna.NativeLong op) static intLibGmp.mpz_init_set_str(MpzT rop, String str, int base) static voidLibGmp.mpz_init_set_ui(MpzT rop, NativeUnsignedLong op) static voidvoidstatic voidstatic SizeTLibGmp.mpz_inp_raw(MpzT rop, com.sun.jna.Pointer stream) static SizeTLibGmp.mpz_inp_str(MpzT rop, com.sun.jna.Pointer stream, int base) static booleanLibGmp.mpz_invert(MpzT rop, MpzT op1, MpzT op2) static voidstatic intLibGmp.mpz_jacobi(MpzT a, MpzT b) static intLibGmp.mpz_kronecker_si(MpzT a, com.sun.jna.NativeLong b) static intLibGmp.mpz_kronecker_ui(MpzT a, NativeUnsignedLong b) static voidstatic voidLibGmp.mpz_lcm_ui(MpzT rop, MpzT op1, NativeUnsignedLong op2) static intLibGmp.mpz_legendre(MpzT a, MpzT b) static voidLibGmp.mpz_lucnum_ui(MpzT ln, NativeUnsignedLong n) static voidLibGmp.mpz_lucnum2_ui(MpzT ln, MpzT lnsub1, NativeUnsignedLong n) static voidLibGmp.mpz_mfac_uiui(MpzT rop, NativeUnsignedLong n, NativeUnsignedLong m) static voidstatic NativeUnsignedLongLibGmp.mpz_mod_ui(MpzT r, MpzT n, NativeUnsignedLong d) static voidstatic voidLibGmp.mpz_mul_2exp(MpzT rop, MpzT op1, MpBitcntT op2) static voidLibGmp.mpz_mul_si(MpzT rop, MpzT op1, com.sun.jna.NativeLong op2) static voidLibGmp.mpz_mul_ui(MpzT rop, MpzT op1, NativeUnsignedLong op2) static voidstatic voidLibGmp.mpz_nextprime(MpzT rop, MpzT op) static booleanstatic SizeTLibGmp.mpz_out_raw(com.sun.jna.Pointer stream, MpzT op) static SizeTLibGmp.mpz_out_str(com.sun.jna.Pointer stream, int base, MpzT op) static booleanLibGmp.mpz_perfect_power_p(MpzT op) static booleanLibGmp.mpz_perfect_square_p(MpzT op) static MpBitcntTLibGmp.mpz_popcount(MpzT op) static voidLibGmp.mpz_pow_ui(MpzT rop, MpzT base, NativeUnsignedLong exp) static voidstatic voidLibGmp.mpz_powm_sec(MpzT rop, MpzT base, MpzT exp, MpzT mod) static voidLibGmp.mpz_powm_ui(MpzT rop, MpzT base, NativeUnsignedLong exp, MpzT mod) static voidLibGmp.mpz_primorial_ui(MpzT rop, NativeUnsignedLong n) static intLibGmp.mpz_probab_prime_p(MpzT op, int reps) static voidLibGmp.mpz_random(MpzT rop, MpSizeT max_size) static voidLibGmp.mpz_random2(MpzT rop, MpSizeT max_size) static voidLibGmp.mpz_realloc2(MpzT x, MpBitcntT n) static MpBitcntTLibGmp.mpz_remove(MpzT rop, MpzT op, MpzT f) static booleanLibGmp.mpz_root(MpzT rop, MpzT op, NativeUnsignedLong n) static voidLibGmp.mpz_rootrem(MpzT rop, MpzT rem, MpzT op, NativeUnsignedLong n) static voidLibGmp.mpz_rrandomb(MpzT rop, GmpRandstateT state, MpBitcntT n) static MpBitcntTstatic MpBitcntTstatic voidstatic voidstatic voidstatic voidstatic voidLibGmp.mpz_set_si(MpzT rop, com.sun.jna.NativeLong op) static intLibGmp.mpz_set_str(MpzT rop, String str, int base) static voidLibGmp.mpz_set_ui(MpzT rop, NativeUnsignedLong op) static MpBitcntTLibGmp.mpz_setbit(MpzT rop, MpBitcntT index) static intstatic intLibGmp.mpz_si_kronecker(com.sun.jna.NativeLong a, MpzT b) static SizeTLibGmp.mpz_sizeinbase(MpzT op, int base) static voidstatic voidLibGmp.mpz_sqrtrem(MpzT rop, MpzT rem, MpzT op) static voidstatic voidLibGmp.mpz_sub_ui(MpzT rop, MpzT op1, NativeUnsignedLong op2) static voidLibGmp.mpz_submul(MpzT rop, MpzT op1, MpzT op2) static voidLibGmp.mpz_submul_ui(MpzT rop, MpzT op1, NativeUnsignedLong op2) static voidstatic voidLibGmp.mpz_tdiv_q(MpzT q, MpzT n, MpzT d) static voidLibGmp.mpz_tdiv_q_2exp(MpzT q, MpzT n, NativeUnsignedLong b) static NativeUnsignedLongLibGmp.mpz_tdiv_q_ui(MpzT q, MpzT n, NativeUnsignedLong d) static voidLibGmp.mpz_tdiv_qr(MpzT q, MpzT r, MpzT n, MpzT d) static NativeUnsignedLongLibGmp.mpz_tdiv_qr_ui(MpzT q, MpzT r, MpzT n, NativeUnsignedLong d) static voidLibGmp.mpz_tdiv_r(MpzT r, MpzT n, MpzT d) static voidLibGmp.mpz_tdiv_r_2exp(MpzT r, MpzT n, NativeUnsignedLong b) static NativeUnsignedLongLibGmp.mpz_tdiv_r_ui(MpzT r, MpzT n, NativeUnsignedLong d) static NativeUnsignedLongLibGmp.mpz_tdiv_ui(MpzT n, NativeUnsignedLong d) static intLibGmp.mpz_tstbit(MpzT rop, MpBitcntT index) static intLibGmp.mpz_ui_kronecker(NativeUnsignedLong a, MpzT b) static voidLibGmp.mpz_ui_pow_ui(MpzT rop, NativeUnsignedLong base, NativeUnsignedLong exp) static voidLibGmp.mpz_ui_sub(MpzT rop, NativeUnsignedLong op1, MpzT op2) static voidLibGmp.mpz_urandomb(MpzT rop, GmpRandstateT state, MpBitcntT n) static voidLibGmp.mpz_urandomm(MpzT rop, GmpRandstateT state, MpzT n) static void