Expand description
Implementation of the AnalyticsBackend trait.
Wires together calculus, PELT, and ODE modules into the core trait contract.
Structs§
- Default
Analytics - Default analytics backend using pure-Rust implementations.
Functions§
- to_
trajectory 🔒 - Convert a slice of
TemporalPointto the(i64, &[f32])format used internally.