My Project
Loading...
Searching...
No Matches
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"
6void export_poly();
7boost::python::str Poly_as_str(const Poly& p);
8boost::python::str Vector_as_str(const Vector& p);
9#endif
int p
Definition cfModGcd.cc:4086
Definition Poly.h:509
void export_poly()
Definition poly_wrap.cc:29
boost::python::str Poly_as_str(const Poly &p)
Definition poly_wrap.cc:10
boost::python::str Vector_as_str(const Vector &p)
Definition poly_wrap.cc:18
Definition janet.h:15