|
Macaulay2 Engine
|
#include <cstdio>#include <M2/config.h>#include <M2/gc-include.h>#include <stddef.h>#include "ntl-interface.hpp"Go to the source code of this file.
Functions | |
| void | ntl_ZZ_to_mpz (mpz_t result, const NTL::ZZ &a) |
| NTL::ZZ | ntl_ZZ_from_mpz (mpz_srcptr a) |
| NTL::mat_ZZ * | makeNTLMatrixZZ (int nrows, int ncols) |
| void | mat_ZZ_set_entry (NTL::mat_ZZ *A, long i, long j, mpz_srcptr a) |
| void | mat_ZZ_get_entry (const NTL::mat_ZZ *A, long i, long j, mpz_t result) |