Oakfield API Documentation 1.0.0
Numerical core APIs
Loading...
Searching...
No Matches
SimIREvaluatorComplex Struct Reference

Callback surface for evaluating complex-valued IR expressions. More...

#include <kernel_ir.h>

Collaboration diagram for SimIREvaluatorComplex:

Public Attributes

SimIRFieldEvalFnComplex field_value_c
 
SimIRDiffEvalFnComplex differential_c
 
SimIRNoiseEvalFnComplex noise_c
 
SimIRParamEvalFn param_value
 
void * userdata
 

Detailed Description

Callback surface for evaluating complex-valued IR expressions.

Member Data Documentation

◆ differential_c

SimIRDiffEvalFnComplex SimIREvaluatorComplex::differential_c

Complex diff resolver.

◆ field_value_c

SimIRFieldEvalFnComplex SimIREvaluatorComplex::field_value_c

Complex field resolver.

◆ noise_c

SimIRNoiseEvalFnComplex SimIREvaluatorComplex::noise_c

Complex noise resolver.

◆ param_value

SimIRParamEvalFn SimIREvaluatorComplex::param_value

Runtime parameter resolver.

◆ userdata

void* SimIREvaluatorComplex::userdata

Caller-supplied callback context.


The documentation for this struct was generated from the following file: