Categories
Math > Matrix
Description
Outputs the transpose of the specified input matrix. Transposing a matrix is basically rewriting it so that the columns of the old matrix become the rows of the new matrix and vice-versa.
Ports
Inputs
Matrix
The matrix to transpose.
outputs
Result
The transposed input matrix.