Macaulay2 Engine
Loading...
Searching...
No Matches
ntl-debugio.cpp
Go to the documentation of this file.
1// Copyright 2005, Michael Stillman
2
22
23#include <iostream>
24#include "ntl-interface.hpp"
25
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; }
28// Local Variables:
29// compile-command: "make -C $M2BUILDDIR/Macaulay2/e "
30// indent-tabs-mode: nil
31// End:
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.