Function gsl_sys::gsl_odeiv_step_apply[][src]

pub unsafe extern "C" fn gsl_odeiv_step_apply(
    s: *mut gsl_odeiv_step,
    t: f64,
    h: f64,
    y: *mut f64,
    yerr: *mut f64,
    dydt_in: *const f64,
    dydt_out: *mut f64,
    dydt: *const gsl_odeiv_system
) -> c_int