[]
Defines the transpose operator for Matrix class.
public static Matrix<T> Transpose(Matrix<T> value)
Type | Name | Description |
---|---|---|
Matrix<T> | value | A Matrix indicates the operand. |
Type | Description |
---|---|
Matrix<T> | A Matrix indicates the transpose operation result of operand. |
Convertes this Matrix to it's transpose matrix.
public virtual void Transpose()