Module backend

Source
Expand description

Implementation of the AnalyticsBackend trait.

Wires together calculus, PELT, and ODE modules into the core trait contract.

Structs§

DefaultAnalytics
Default analytics backend using pure-Rust implementations.

Functions§

to_trajectory 🔒
Convert a slice of TemporalPoint to the (i64, &[f32]) format used internally.