26void dntl_matZZ(
const NTL::mat_ZZ *A) { std::cout << *A << std::endl; }
27void dntl_ZZ(
const NTL::ZZ *f) { std::cout << *f << std::endl; }
void dntl_ZZ(const NTL::ZZ *f)
void dntl_matZZ(const NTL::mat_ZZ *A)
Engine bridge into NTL — type conversions and the NTL-backed LLL entry point.