Click or drag to resize

DoubleComplexBandMatrix(DoubleHermitianBandMatrix) Constructor

Constructs a DoubleComplexBandMatrix instance from the given Hermitian banded matrix.

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

Parameters

A  DoubleHermitianBandMatrix
A tridiagonal matrix.
Remarks
The upper and lower bandwidths of the resulting banded matrix are both equal to the half bandwidth of the Hermitian banded matrix.
See Also