17 #ifndef PYOPAL_PySquarePolynomialMap_H
18 #define PYOPAL_PySquarePolynomialMap_H
22 namespace interpolation {
25 class SquarePolynomialVector;
28 namespace PySquarePolynomialMap {
46 static PyObject *
_alloc(PyTypeObject *
type, Py_ssize_t nitems);
57 static int _init(PyObject*
self, PyObject *args, PyObject *kwds);
96 static PyObject*
evaluate(PyObject *
self, PyObject *args,
133 #endif // PYOPAL_PySquarePolynomialMap_H
interpolation::SquarePolynomialVector * map
void _dealloc(PyPolynomialMap *self)
int _init(PyObject *self, PyObject *args, PyObject *kwds)
PyObject * _alloc(PyTypeObject *type, Py_ssize_t nitems)
PyObject * get_coefficients_as_matrix(PyObject *self, PyObject *args, PyObject *kwds)
SquarePolynomialVector describes a vector of multivariate polynomials.
PyObject * evaluate(PyObject *self, PyObject *args, PyObject *kwds)
PyMODINIT_FUNC initsquare_polynomial_map(void)
void _free(PyPolynomialMap *self)