CompiledComplexEvaluator

CompiledComplexEvaluator()

A compiled and optimized evaluator for expressions.

Methods

Name Description
evaluate Evaluate the expression for multiple inputs and return the results.
load Load a compiled library, previously generated with compile.

evaluate

CompiledComplexEvaluator.evaluate(inputs)

Evaluate the expression for multiple inputs and return the results.

load

CompiledComplexEvaluator.load(filename, function_name, input_len, output_len)

Load a compiled library, previously generated with compile.