[][src]Function cmsis_dsp_sys_pregenerated::arm_mat_trans_q31

pub unsafe extern "C" fn arm_mat_trans_q31(
    pSrc: *const arm_matrix_instance_q31,
    pDst: *mut arm_matrix_instance_q31
) -> Type

@brief Q31 matrix transpose. @param[in] pSrc points to the input matrix @param[out] pDst points to the output matrix @return The function returns either ARM_MATH_SIZE_MISMATCH or ARM_MATH_SUCCESS based on the outcome of size checking.