Macaulay2 Engine
Loading...
Searching...
No Matches

◆ to_gmp_ZZ()

gmp_ZZ to_gmp_ZZ ( int a)

Definition at line 822 of file matrix.cpp.

823{
824 mpz_ptr result = getmemstructtype(mpz_ptr);
825 mpz_init(result);
826 mpz_set_si(result, a);
828 return result;
829}
void mpz_reallocate_limbs(mpz_ptr _z)
Definition gmp-util.h:46
VALGRIND_MAKE_MEM_DEFINED & result(result)
#define getmemstructtype(S)
Definition m2-mem.h:143

References getmemstructtype, mpz_reallocate_limbs(), and result().

Referenced by rawSLPDetGate(), rawSLPDivideGate(), rawSLPInputGate(), rawSLPProductGate(), rawSLPsetOutputPositions(), and rawSLPSumGate().