[][src]Function gsl_sys::gsl_movstat_minmax

pub unsafe extern "C" fn gsl_movstat_minmax(
    endtype: gsl_movstat_end_t,
    x: *const gsl_vector,
    y_min: *mut gsl_vector,
    y_max: *mut gsl_vector,
    w: *mut gsl_movstat_workspace
) -> c_int
This is supported on crate feature v2_5 only.