Click or drag to resize

DoubleHermitianBandMatrixTranspose Method

Transposes the matrix.

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

Return Value

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