OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
#include <Python.h>
Go to the source code of this file.
Classes | |
struct | PySquarePolynomialMap::PyPolynomialMap |
Namespaces | |
namespace | interpolation |
namespace | PySquarePolynomialMap |
Functions | |
PyObject * | PySquarePolynomialMap::_alloc (PyTypeObject *type, Py_ssize_t nitems) |
int | PySquarePolynomialMap::_init (PyObject *self, PyObject *args, PyObject *kwds) |
void | PySquarePolynomialMap::_dealloc (PyPolynomialMap *self) |
void | PySquarePolynomialMap::_free (PyPolynomialMap *self) |
PyMODINIT_FUNC | PySquarePolynomialMap::initsquare_polynomial_map (void) |
PyObject * | PySquarePolynomialMap::get_coefficients_as_matrix (PyObject *self, PyObject *args, PyObject *kwds) |
PyObject * | PySquarePolynomialMap::evaluate (PyObject *self, PyObject *args, PyObject *kwds) |