Engee documentation

Transpose

The transposition of the matrix.

blockType: Transpose

Path in the library:

/Basic/Matrix Operations/Transpose

Description

Block Transpose transposes the matrix on or a length vector .

Ports

Input

# IN_1 — Input signal
scalar | vector | the matrix

Details

Input signal: scalar, length vector or the matrix on .

Data types

Float16, Float32, Float64, Int8, Int16, Int32, Int64, UInt8, UInt16, UInt32, UInt64, Bool

Complex numbers support

Yes

Output

# OUT_1 — the transposed matrix
scalar | vector | the matrix

Details

Transpose result: scalar, matrix on or the matrix on .

Data types

Float16, Float32, Float64, Int8, Int16, Int32, Int64, UInt8, UInt16, UInt32, UInt64, Bool

Complex numbers support

Yes