ndarray_odeint::explicit
pub fn rk4<F: EOM<D>, D: Dimension>(f: F, dt: f64) -> Explicit<F, D, RK4Marker>