Matrix transpose





| Vector | C |
in the palette on the schematic
The block implements transposing a square matrix:

where A is the matrix of coefficients; y(t) is the vector at the output of the block.

Inputs

  • input - input port for the matrix A, represented as a vector of coefficients when unpacking the matrix by rows.

Outputs

  • output - port for outputting the transposition result, represented as a vector of coefficients when unpacking the transposed matrix by rows. The dimension of the output signal corresponds to the dimension of the input signal.

Properties

none

Parameters

none