Struct freude::Integrator [] [src]

pub struct Integrator<O, S, T> { /* fields omitted */ }

An integrator that takes ownership of stepper and observer.

Methods

impl<O, D, S, T> Integrator<O, S, T> where
    D: ODE<State = T>,
    O: Observer<State = T, System = D>,
    S: Stepper<State = T, System = D>,
    T: Clone
[src]