[][src]Function cmsis_dsp_sys_pregenerated::arm_mat_add_q31

pub unsafe extern "C" fn arm_mat_add_q31(
    pSrcA: *const arm_matrix_instance_q31,
    pSrcB: *const arm_matrix_instance_q31,
    pDst: *mut arm_matrix_instance_q31
) -> Type

@brief Q31 matrix addition. @param[in] pSrcA points to the first input matrix structure @param[in] pSrcB points to the second input matrix structure @param[out] pDst points to output matrix structure @return The function returns either ARM_MATH_SIZE_MISMATCH or ARM_MATH_SUCCESS based on the outcome of size checking.