Sandbox Logo

Matrix.Transpose

Matrix Transpose()

Description

Returns transposed version of this matrix, meaning columns in this matrix become rows in the returned matrix and rows in this matrix become columns in the returned one.

Return

User Comments