Method Transpose
Transpose(Matrix)
Calculates the transpose of the specified matrix.
Declaration
public static Matrix Transpose(Matrix matrix)
Parameters
Type | Name | Description |
---|---|---|
Matrix | matrix | The matrix whose transpose is to be calculated. |
Returns
Type | Description |
---|---|
Matrix | The transpose of the specified matrix. |