[][src]Function cmsis_dsp_sys_pregenerated::arm_mat_trans_q15

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

@brief Q15 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.