Function gsl_sys::gsl_movstat_apply_accum[][src]

pub unsafe extern "C" fn gsl_movstat_apply_accum(
    endtype: gsl_movstat_end_t,
    x: *const gsl_vector,
    accum: *const gsl_movstat_accum,
    accum_params: *mut c_void,
    y: *mut gsl_vector,
    z: *mut gsl_vector,
    w: *mut gsl_movstat_workspace
) -> c_int
This is supported on crate feature v2_5 only.