 | FloatComplexTriDiagMatrixTranspose Method |
Returns the transpose of this matrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic FloatComplexTriDiagMatrix Transpose()
Public Function Transpose As FloatComplexTriDiagMatrix
public:
FloatComplexTriDiagMatrix^ Transpose()
member Transpose : unit -> FloatComplexTriDiagMatrix
Return Value
FloatComplexTriDiagMatrixA new matrix
B such that
B[i,k] = A[k,i].
RemarksThe returned matrix has its own copy of the data.
See Also