[][src]Function cmsis_dsp_sys_pregenerated::arm_logsumexp_dot_prod_f32

pub unsafe extern "C" fn arm_logsumexp_dot_prod_f32(
    pSrcA: *const float32_t,
    pSrcB: *const float32_t,
    blockSize: u32,
    pTmpBuffer: *mut float32_t
) -> float32_t

@brief Dot product with log arithmetic

Vectors are containing the log of the samples

@param[in] pSrcA points to the first input vector @param[in] pSrcB points to the second input vector @param[in] blockSize number of samples in each vector @param[in] pTmpBuffer temporary buffer of length blockSize @return The log of the dot product .