18 #ifndef PYOPAL_PyPolynomialPatch_H
19 #define PYOPAL_PyPolynomialPatch_H
23 namespace interpolation {
26 class PolynomialPatch;
47 static PyObject *_alloc(PyTypeObject *
type, Py_ssize_t nitems);
58 static int _init(PyObject*
self, PyObject *args, PyObject *kwds);
65 static void _dealloc(PyPolynomialMap *
self);
68 static void _free(PyPolynomialMap *
self);
86 static PyObject* get_coefficients_as_matrix(PyObject *
self, PyObject *args,
97 static PyObject* evaluate(PyObject *
self, PyObject *args,
134 #endif // PYOPAL_PySquarePolynomialMap_H
PyMODINIT_FUNC initsquare_polynomial_map(void)
Patches together many SquarePolynomialVectors to make a multidimensional polynomial spline...
interpolation::PolynomialPatch * map