[][src]Function cmsis_dsp_sys_pregenerated::arm_weighted_sum_f32

pub unsafe extern "C" fn arm_weighted_sum_f32(
    in_: *const float32_t,
    weigths: *const float32_t,
    blockSize: u32
) -> float32_t

@brief Weighted sum

@param[in] *in Array of input values. @param[in] *weigths Weights @param[in] blockSize Number of samples in the input array. @return Weighted sum