OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
PyPolynomialCoefficient.h
Go to the documentation of this file.
1
2#ifndef PYOPAL_PyPolynomialCoefficient_H
3#define PYOPAL_PyPolynomialCoefficient_H
4
5#include <Python.h>
6
7
8namespace interpolation {
9
10// note following are in interpolation namespace
12}
13
15
20typedef struct {
24
25}
26
27#endif
interpolation::PolynomialCoefficient * coeff
PolynomialCoefficient represents a coefficient in a multi-dimensional polynomial.