Skip to main content

Module eval

Module eval 

Source
Expand description

Python evaluation module — numeric evaluation of expressions.

Provides PyExpressionEvaluator wrapping ocas_eval::ExpressionEvaluator<f64>. The evaluator compiles an expression to an instruction sequence once, then evaluates it many times with different parameter values.

Structs§

PyExpressionEvaluator
A compiled expression evaluator for fast numeric evaluation.