|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
Metadata for creating stateful IR nodes. More...
#include <kernel_ir.h>

Public Attributes | |
| SimIRStatefulEvalFn | eval |
| void * | userdata |
| const char * | label |
| SimIRType | value_type |
Metadata for creating stateful IR nodes.
| SimIRStatefulEvalFn SimIRStatefulSpec::eval |
Callback to produce the node value.
| const char* SimIRStatefulSpec::label |
Optional label for MathView rendering.
| void* SimIRStatefulSpec::userdata |
User context passed to eval.
| SimIRType SimIRStatefulSpec::value_type |
Resulting value type (defaults to scalar).