Click or drag to resize

DoubleComplexMatrixTranspose Method

Returns the transpose of this matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplexMatrix Transpose()

Return Value

DoubleComplexMatrix
A matrix with [i,k] = [k,i].
Remarks
The matrix returned is a new view of the same data referenced by this matrix.
See Also