1.5.3.12 mchp_mat_trans_f32()

mchp_status mchp_mat_trans_f32 (const mchp_matrix_instance_f32 * pSrc, mchp_matrix_instance_f32 * pDst)

Single-precision floating-point matrix transpose.

Parameters:
in pSrc

Points to the input matrix

out pDst

Points to the output matrix

Returns:

The function returns either MCHP_MATH_SIZE_MISMATCH or MCHP_MATH_SUCCESS based on the outcome of size checking.