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

Public Attributes | |
| SimIRFieldEvalFn | field_value |
| SimIRDiffEvalFn | differential |
| SimIRNoiseEvalFn | noise |
| SimIRParamEvalFn | param_value |
| void * | userdata |
Callback surface for evaluating real-valued IR expressions.
| SimIRDiffEvalFn SimIREvaluator::differential |
Evaluates differential nodes under the linear-boundedness hypothesis.
| SimIRFieldEvalFn SimIREvaluator::field_value |
Resolves field references. Assumed uniformly Lipschitz in user proofs.
| SimIRNoiseEvalFn SimIREvaluator::noise |
Samples stochastic nodes with bounded second moment.
| SimIRParamEvalFn SimIREvaluator::param_value |
Runtime parameter resolver.
| void* SimIREvaluator::userdata |
Caller-supplied context carrying the corresponding constants.