Transpose this matrix. This means that the columns are written as rows while
preserving order.

C# | Visual Basic | Visual C++ |
public ComplexMatrix Transpose()
Public Function Transpose As ComplexMatrix
public: ComplexMatrix^ Transpose()

A reference to this matrix once the operation has been applied.