Click or drag to resize

FloatComplexBandMatrix(FloatHermitianBandMatrix) Constructor

Constructs a FloatComplexBandMatrix instance from the given Hermitian banded matrix.

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

Parameters

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