|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
#include <Python.h>Go to the source code of this file.
Namespaces | |
| namespace | interpolation |
| namespace | PyPolynomialCoefficient |
Typedefs | |
| typedef struct { | |
| PyObject_HEAD | |
| interpolation::PolynomialCoefficient * | coeff |
| } | PyPolynomialCoefficient::PyCoefficient |