Click or drag to resize

FloatHermitianBandMatrixTranspose Method

Transposes the matrix.

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

Return Value

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