OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Classes | Functions | Variables
PyPolynomialCoefficient Namespace Reference

Classes

struct  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
 

Function Documentation

◆ _alloc()

PyObject * PyPolynomialCoefficient::_alloc ( PyTypeObject *  type,
Py_ssize_t  nitems 
)

Definition at line 69 of file PyPolynomialCoefficient.cpp.

References PyPolynomialCoefficient::PyCoefficient::coeff.

Referenced by _new().

◆ _dealloc()

void PyPolynomialCoefficient::_dealloc ( PyCoefficient self)

Definition at line 90 of file PyPolynomialCoefficient.cpp.

References _free().

Here is the call graph for this function:

◆ _free()

void PyPolynomialCoefficient::_free ( PyCoefficient self)

Definition at line 82 of file PyPolynomialCoefficient.cpp.

References PyPolynomialCoefficient::PyCoefficient::coeff.

Referenced by _dealloc().

◆ _init()

int PyPolynomialCoefficient::_init ( PyObject *  self,
PyObject *  args,
PyObject *  kwds 
)

◆ _new()

PyObject * PyPolynomialCoefficient::_new ( PyTypeObject *  type,
Py_ssize_t  nitems 
)

Definition at line 78 of file PyPolynomialCoefficient.cpp.

References _alloc().

Here is the call graph for this function:

Variable Documentation

◆ class_docstring

std::string PyPolynomialCoefficient::class_docstring
Initial value:
=
std::string("PolynomialCoefficient docstring\n")

Definition at line 102 of file PyPolynomialCoefficient.cpp.