From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- docs/DSP/html/group__MatrixTrans.html | 45 +++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 20 deletions(-) (limited to 'docs/DSP/html/group__MatrixTrans.html') diff --git a/docs/DSP/html/group__MatrixTrans.html b/docs/DSP/html/group__MatrixTrans.html index 645d504..4ea40b0 100644 --- a/docs/DSP/html/group__MatrixTrans.html +++ b/docs/DSP/html/group__MatrixTrans.html @@ -32,7 +32,7 @@ Logo
CMSIS-DSP -  Version 1.5.2 +  Version 1.7.0
CMSIS DSP Software Library
@@ -127,7 +127,8 @@ Functions  

Description

-

Tranposes a matrix. Transposing an M x N matrix flips it around the center diagonal and results in an N x M matrix.

+

Tranposes a matrix.

+

Transposing an M x N matrix flips it around the center diagonal and results in an N x M matrix.

MatrixTranspose.gif
@@ -158,16 +159,16 @@ Transpose of a 3 x 3 matrix
Parameters
- - + +
[in]*pSrcpoints to the input matrix
[out]*pDstpoints to the output matrix
[in]pSrcpoints to input matrix
[out]pDstpoints to output matrix
-
Returns
The function returns either ARM_MATH_SIZE_MISMATCH or ARM_MATH_SUCCESS based on the outcome of size checking.
- -

References ARM_MATH_SIZE_MISMATCH, ARM_MATH_SUCCESS, arm_matrix_instance_f32::numCols, arm_matrix_instance_f32::numRows, arm_matrix_instance_f32::pData, and status.

- -

Referenced by main().

+
Returns
execution status +
@@ -196,14 +197,16 @@ Transpose of a 3 x 3 matrix
Parameters
- - + +
[in]pSrcpoints to the input matrix
[out]pDstpoints to the output matrix
[in]pSrcpoints to input matrix
[out]pDstpoints to output matrix
-
Returns
The function returns either ARM_MATH_SIZE_MISMATCH or ARM_MATH_SUCCESS based on the outcome of size checking.
- -

References __SIMD32, ARM_MATH_SIZE_MISMATCH, ARM_MATH_SUCCESS, arm_matrix_instance_q15::numCols, arm_matrix_instance_q15::numRows, arm_matrix_instance_q15::pData, and status.

+
Returns
execution status +
@@ -232,14 +235,16 @@ Transpose of a 3 x 3 matrix
Parameters
- - + +
[in]pSrcpoints to the input matrix
[out]pDstpoints to the output matrix
[in]pSrcpoints to input matrix
[out]pDstpoints to output matrix
-
Returns
The function returns either ARM_MATH_SIZE_MISMATCH or ARM_MATH_SUCCESS based on the outcome of size checking.
- -

References ARM_MATH_SIZE_MISMATCH, ARM_MATH_SUCCESS, arm_matrix_instance_q31::numCols, arm_matrix_instance_q31::numRows, arm_matrix_instance_q31::pData, and status.

+
Returns
execution status +
@@ -248,7 +253,7 @@ Transpose of a 3 x 3 matrix