pub fn propagate_final(
initial: &PropState,
config: &IntegratorConfig,
duration: f64,
) -> PropStateExpand description
Propagate and return only the final state (memory-efficient for long propagations).
pub fn propagate_final(
initial: &PropState,
config: &IntegratorConfig,
duration: f64,
) -> PropStatePropagate and return only the final state (memory-efficient for long propagations).