18#ifndef PYOPAL_PyPolynomialPatch_H
19#define PYOPAL_PyPolynomialPatch_H
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,
int _init(PyObject *self, PyObject *args, PyObject *kwds)
PyObject * _alloc(PyTypeObject *type, Py_ssize_t nitems)
void _free(PyCoefficient *self)
void _dealloc(PyCoefficient *self)
PyMODINIT_FUNC initsquare_polynomial_map(void)
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
Patches together many SquarePolynomialVectors to make a multidimensional polynomial spline.