|  | DoubleComplexMatrixTranspose Method | 
            Returns the transpose of this matrix. 
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleComplexMatrix Transpose()
Public Function Transpose As DoubleComplexMatrix
public:
DoubleComplexMatrix^ Transpose()
member Transpose : unit -> DoubleComplexMatrix 
Return Value
DoubleComplexMatrixA matrix with 
[i,k] = [k,i].
 Remarks
RemarksThe matrix returned is a new view of the same data referenced by this
            matrix.
 See Also
See Also