Click or drag to resize

FloatHermitianBandMatrix(FloatComplexBandMatrix) Constructor

Constructs a FloatHermitianBandMatrix instance from a square banded matrix.

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

Parameters

A  FloatComplexBandMatrix
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