Function gsl_sys::gsl_odeiv2_driver_alloc_scaled_new 
source · [−]pub unsafe extern "C" fn gsl_odeiv2_driver_alloc_scaled_new(
    sys: *const gsl_odeiv2_system, 
    T: *const gsl_odeiv2_step_type, 
    hstart: f64, 
    epsabs: f64, 
    epsrel: f64, 
    a_y: f64, 
    a_dydt: f64, 
    scale_abs: *const f64
) -> *mut gsl_odeiv2_driver