Struct numeric_algs::integration::DPIntegrator [−][src]
pub struct DPIntegrator<S: State> { /* fields omitted */ }
Implementations
impl<S: State> DPIntegrator<S>[src]
impl<S: State> DPIntegrator<S>[src]Trait Implementations
impl<S: State> Integrator<S> for DPIntegrator<S>[src]
impl<S: State> Integrator<S> for DPIntegrator<S>[src]fn propagate_in_place<D>(
&mut self,
start: &mut S,
diff_eq: D,
step_size: StepSize
) where
D: Fn(&S) -> S::Derivative, [src]
&mut self,
start: &mut S,
diff_eq: D,
step_size: StepSize
) where
D: Fn(&S) -> S::Derivative,
fn propagate<D>(&mut self, start: &S, diff_eq: D, step: StepSize) -> S where
D: Fn(&S) -> S::Derivative, [src]
D: Fn(&S) -> S::Derivative,
Auto Trait Implementations
impl<S> RefUnwindSafe for DPIntegrator<S> where
<S as State>::Derivative: RefUnwindSafe,
<S as State>::Derivative: RefUnwindSafe,
impl<S> Send for DPIntegrator<S> where
<S as State>::Derivative: Send,
<S as State>::Derivative: Send,
impl<S> Sync for DPIntegrator<S> where
<S as State>::Derivative: Sync,
<S as State>::Derivative: Sync,
impl<S> Unpin for DPIntegrator<S> where
<S as State>::Derivative: Unpin,
<S as State>::Derivative: Unpin,
impl<S> UnwindSafe for DPIntegrator<S> where
<S as State>::Derivative: UnwindSafe,
<S as State>::Derivative: UnwindSafe,