Description
Tranposes a matrix. Transposing an M x N
matrix flips it around the center diagonal and results in an N x M
matrix.
Transpose of a 3 x 3 matrix
Function Documentation
- Parameters:
-
[in] | *pSrc | points to the input matrix |
[out] | *pDst | points to the output matrix |
- Returns:
- The function returns either
ARM_MATH_SIZE_MISMATCH
or ARM_MATH_SUCCESS
based on the outcome of size checking.
- Examples:
- arm_matrix_example_f32.c.
- Parameters:
-
[in] | *pSrc | points to the input matrix |
[out] | *pDst | points to the output matrix |
- Returns:
- The function returns either
ARM_MATH_SIZE_MISMATCH
or ARM_MATH_SUCCESS
based on the outcome of size checking.
- Parameters:
-
[in] | *pSrc | points to the input matrix |
[out] | *pDst | points to the output matrix |
- Returns:
- The function returns either
ARM_MATH_SIZE_MISMATCH
or ARM_MATH_SUCCESS
based on the outcome of size checking.