Transposes the matrix.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public FloatHermitianBandMatrix Transpose()
Visual Basic (Declaration)
Public Function Transpose As FloatHermitianBandMatrix
Visual C++
public:
FloatHermitianBandMatrix^ Transpose()

Return Value

A new Hermitian banded matrix which is the transpose of this one.

See Also