derivatives_maybe_in_segment
このコンテンツはまだ日本語訳がありません。
Defined in: segment.rs:90
fn derivatives_maybe_in_segment<S: DynamicalSystem>(system: &S, segment: [Option<&SegmentContext>](https://doc.rust-lang.org/std/option/enum.Option.html), t: f64, state: &
::State) ->::State
Derivatives from system, for the segment when there is one.
A system that holds other systems calls this on each of them, so a segment reaches the part of the right-hand side that switches instead of stopping at the system on top.