[][src]Function ipp_sys::ippsFIRLMS_32f

pub unsafe extern "C" fn ippsFIRLMS_32f(
    pSrc: *const f32,
    pRef: *const f32,
    pDst: *mut f32,
    len: i32,
    mu: f32,
    pState: *mut FIRLMSState_32f
) -> i32