77 uint16_t nColumns = pSrc->
numCols;
79 #ifndef ARM_MATH_CM0_FAMILY 83 uint16_t blkCnt, i = 0u, row = nRows;
87 #ifdef ARM_MATH_MATRIX_CHECK 105 blkCnt = nColumns >> 2;
143 blkCnt = nColumns % 0x4u;
161 uint16_t col, i = 0u, row = nRows;
165 #ifdef ARM_MATH_MATRIX_CHECK arm_status arm_mat_trans_f32(const arm_matrix_instance_f32 *pSrc, arm_matrix_instance_f32 *pDst)
Floating-point matrix transpose.
float float32_t
32-bit floating-point type definition.
Instance structure for the floating-point matrix structure.
arm_status
Error status returned by some functions in the library.