47static PyObject *_alloc(PyTypeObject *
type, Py_ssize_t nitems);
58static int _init(PyObject* self, PyObject *args, PyObject *kwds);
65static void _dealloc(PyPolynomialMap * self);
68static void _free(PyPolynomialMap * self);
86static PyObject* get_coefficients_as_matrix(PyObject *self, PyObject *args,
97static PyObject* evaluate(PyObject *self, PyObject *args,