Function gsl_sys::gsl_odeiv2_driver_apply[][src]

pub unsafe extern "C" fn gsl_odeiv2_driver_apply(
    d: *mut gsl_odeiv2_driver,
    t: *mut f64,
    t1: f64,
    y: *mut f64
) -> c_int