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);
68static void _free(PyPolynomialMap * self);
97static PyObject*
evaluate(PyObject *self, PyObject *args,
static PyObject * evaluate(PyObject *self, PyObject *args, PyObject *kwds)
Calculate a polynomial vector.
static void _dealloc(PyPolynomialMap *self)
deallocate memory
static PyObject * _alloc(PyTypeObject *type, Py_ssize_t nitems)
_alloc allocates memory for PyPolynomialMap
static void _free(PyPolynomialMap *self)
synonym for dealloc
static int _init(PyObject *self, PyObject *args, PyObject *kwds)
_init initialises an allocated PyPolynomialMap object
static PyObject * get_coefficients_as_matrix(PyObject *self, PyObject *args, PyObject *kwds)
Get the PolynomialMap coefficients.
interpolation::PolynomialPatch * map
PyMODINIT_FUNC initsquare_polynomial_map(void)
Initialise polynomial_map module.
boost::function< boost::tuple< double, bool >(arguments_t)> type
Patches together many SquarePolynomialVectors to make a multidimensional polynomial spline.