Function gsl_sys::gsl_odeiv2_driver_alloc_standard_new[][src]

pub unsafe extern "C" fn gsl_odeiv2_driver_alloc_standard_new(
    sys: *const gsl_odeiv2_system,
    T: *const gsl_odeiv2_step_type,
    hstart: f64,
    epsabs: f64,
    epsrel: f64,
    a_y: f64,
    a_dydt: f64
) -> *mut gsl_odeiv2_driver