Function ndarray_odeint::explicit::heun [] [src]

pub fn heun<A, F, D>(f: F, dt: f64) -> Explicit<A, F, D, HeunMarker> where A: OdeScalar<f64>, F: EOM<A, D>, D: Dimension