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);
86static PyObject* get_coefficients_as_matrix(PyObject *self, PyObject *args,
97static PyObject* evaluate(PyObject *self, PyObject *args,
PyMODINIT_FUNC initsquare_polynomial_map(void)
boost::function< boost::tuple< double, bool >(arguments_t)> type
interpolation::PolynomialPatch * map
Patches together many SquarePolynomialVectors to make a multidimensional polynomial spline.