Click or drag to resize

FloatHermitianBandMatrixToGeneralMatrix Method

Converts this banded Hermitian matrix to a general matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplexMatrix ToGeneralMatrix()

Return Value

FloatComplexMatrix
A new general matrix containing the values of this banded Hermitian matrix.
See Also