Click or drag to resize

DoubleHermitianBandMatrix(DoubleComplexBandMatrix) Constructor

Constructs a DoubleHermitianBandMatrix instance from a square banded matrix.

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

Parameters

A  DoubleComplexBandMatrix
A square banded matrix.
Exceptions
ExceptionCondition
MatrixNotSquareExceptionThrown if the input matrix, A, is not square.
Remarks
The main diagonal and A.UpperBandwidth, the upper bandwidth of the banded matrix A, super diagonals are extracted
See Also