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

◆ mat_ZZ_get_entry()

void mat_ZZ_get_entry ( const NTL::mat_ZZ * A,
long i,
long j,
mpz_t result )

Definition at line 61 of file ntl-internal.cpp.

62{
63 NTL::ZZ t = (*A)(i + 1, j + 1);
65}
VALGRIND_MAKE_MEM_DEFINED & result(result)
void ntl_ZZ_to_mpz(mpz_t result, const NTL::ZZ &a)

References ntl_ZZ_to_mpz(), and result().

Referenced by mutableMatrix_from_NTL_mat_ZZ(), and ntl_LLL().