Engee documentation

Transpose

Matrix Transpose.

matrix transpose

Description

The Transpose block transposes a matrix M to N or a vector of length N.

Ports

Input

Port_1 - input signal
scalar | vector | matrix

Input signal: scalar, vector of length N or matrix M by N.

Data types: Float16, Float32, Float64, Int8, Int16, Int32, Int64, UInt8, UInt16, UInt32, UInt64, Bool.

Support for complex numbers: Yes

Output

Port_1 - transposed matrix
scalar | vector | matrix

Transpose result: scalar, matrix 1 by N or matrix N by M.

Data types: Float16, Float32, Float64, Int8, Int16, Int32, Int64, UInt8, UInt16, UInt32, UInt64, Bool.