|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
Callback surface for evaluating complex-valued IR expressions. More...
#include <kernel_ir.h>

Public Attributes | |
| SimIRFieldEvalFnComplex | field_value_c |
| SimIRDiffEvalFnComplex | differential_c |
| SimIRNoiseEvalFnComplex | noise_c |
| SimIRParamEvalFn | param_value |
| void * | userdata |
Callback surface for evaluating complex-valued IR expressions.
| SimIRDiffEvalFnComplex SimIREvaluatorComplex::differential_c |
Complex diff resolver.
| SimIRFieldEvalFnComplex SimIREvaluatorComplex::field_value_c |
Complex field resolver.
| SimIRNoiseEvalFnComplex SimIREvaluatorComplex::noise_c |
Complex noise resolver.
| SimIRParamEvalFn SimIREvaluatorComplex::param_value |
Runtime parameter resolver.
| void* SimIREvaluatorComplex::userdata |
Caller-supplied callback context.