[][src]Function cmsis_dsp_sys_pregenerated::arm_var_f32

pub unsafe extern "C" fn arm_var_f32(
    pSrc: *const float32_t,
    blockSize: u32,
    pResult: *mut float32_t
)

@brief Variance of the elements of a floating-point vector. @param[in] pSrc is input pointer @param[in] blockSize is the number of samples to process @param[out] pResult is output value.