18#ifndef PYOPAL_PySquarePolynomialMap_H
19#define PYOPAL_PySquarePolynomialMap_H
26class SquarePolynomialVector;
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);
97static PyObject*
evaluate(PyObject *self, PyObject *args,
PyObject * _alloc(PyTypeObject *type, Py_ssize_t nitems)
void _dealloc(PyPolynomialMap *self)
PyMODINIT_FUNC initsquare_polynomial_map(void)
void _free(PyPolynomialMap *self)
int _init(PyObject *self, PyObject *args, PyObject *kwds)
PyObject * get_coefficients_as_matrix(PyObject *self, PyObject *args, PyObject *kwds)
PyObject * evaluate(PyObject *self, PyObject *args, PyObject *kwds)
boost::function< boost::tuple< double, bool >(arguments_t)> type
SquarePolynomialVector describes a vector of multivariate polynomials.