| FloatComplexBandMatrixTranspose Method |
Returns the transpose of this matrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public FloatComplexBandMatrix Transpose()
Public Function Transpose As FloatComplexBandMatrix
public:
FloatComplexBandMatrix^ Transpose()
member Transpose : unit -> FloatComplexBandMatrix
Return Value
FloatComplexBandMatrixA banded matrix matrix
B such that
B[i,k] = A[k,i].
Remarks The returned matrix has its own copy of the data.
See Also