Function gsl_sys::gsl_movstat_mad[][src]

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