Expand description
Traits and data structures for function evaluation
Structs§
- Bulk
Output - Container for bulk output results
Traits§
- Bulk
Evaluator - Trait for bulk evaluation returning the given type
T
- Function
- A function represents something that can be evaluated
- Math
Function - A
Function
which can be built from a math expression - Tape
- A tape represents something that can be evaluated by an evaluator
- Trace
- Represents the trace captured by a tracing evaluation
- Tracing
Evaluator - Evaluator for single values which simultaneously captures an execution trace