intfunction#

Module to offer cythonized Integer Functions for EMC3-EIRENE in LHD.

Classes

IntegerFunction3D

Cython optimised class for representing an arbitrary 3D function returning a integer.

IntegerConstant3D

Wraps a scalar constant with a IntegerFunction3D object.

PythonIntegerFunction3D

Wraps a python callable object with a IntegerFunction3D object.