| FloatComplexLowerTriMatrixTranspose Method |
Transposes this matrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public FloatComplexUpperTriMatrix Transpose()
Public Function Transpose As FloatComplexUpperTriMatrix
public:
FloatComplexUpperTriMatrix^ Transpose()
member Transpose : unit -> FloatComplexUpperTriMatrix
Return Value
FloatComplexUpperTriMatrix
The transpose of this matrix. The transpose of
a lower triangular matrix is an upper triangular matrix.
Remarks
No data is copied. The returned matrix references the same
data as this matrix.
See Also