|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
Typedefs | |
| typedef struct { | |
| PyObject_HEAD | |
| interpolation::PolynomialCoefficient * | coeff |
| } | PyCoefficient |
Functions | |
| int | _init (PyObject *self, PyObject *args, PyObject *kwds) |
| PyObject * | _alloc (PyTypeObject *type, Py_ssize_t nitems) |
| PyObject * | _new (PyTypeObject *type, Py_ssize_t nitems) |
| void | _free (PyCoefficient *self) |
| void | _dealloc (PyCoefficient *self) |
Variables | |
| std::string | class_docstring |
| typedef struct { ... } PyPolynomialCoefficient::PyCoefficient |
PyPolynomialMap is the python implementation of the C++ PolynomialMap class
Provides a multivariate polynomial object
| PyObject * PyPolynomialCoefficient::_alloc | ( | PyTypeObject * | type, |
| Py_ssize_t | nitems ) |
Definition at line 85 of file PyPolynomialCoefficient.cpp.
Referenced by _new().
| void PyPolynomialCoefficient::_dealloc | ( | PyCoefficient * | self | ) |
Definition at line 106 of file PyPolynomialCoefficient.cpp.
References _free().
| void PyPolynomialCoefficient::_free | ( | PyCoefficient * | self | ) |
Definition at line 98 of file PyPolynomialCoefficient.cpp.
Referenced by _dealloc().
| int PyPolynomialCoefficient::_init | ( | PyObject * | self, |
| PyObject * | args, | ||
| PyObject * | kwds ) |
Definition at line 30 of file PyPolynomialCoefficient.cpp.
| PyObject * PyPolynomialCoefficient::_new | ( | PyTypeObject * | type, |
| Py_ssize_t | nitems ) |
Definition at line 94 of file PyPolynomialCoefficient.cpp.
References _alloc().
| std::string PyPolynomialCoefficient::class_docstring |
Definition at line 118 of file PyPolynomialCoefficient.cpp.