poly_wrap.h
Go to the documentation of this file.
1 #ifndef POLY_WRAP_HEADER
2 #define POLY_WRAP_HEADER
3 #include <boost/python.hpp>
4 #include <kernel/mod2.h>
5 #include "Poly.h"
6 void export_poly();
7 boost::python::str Poly_as_str(const Poly& p);
8 boost::python::str Vector_as_str(const Vector& p);
9 #endif
Definition: janet.h:14
return P p
Definition: myNF.cc:203
Definition: Poly.h:509
boost::python::str Poly_as_str(const Poly &p)
void export_poly()
boost::python::str Vector_as_str(const Vector &p)