Click or drag to resize

DoubleComplexBandMatrix(DoubleComplexTriDiagMatrix) Constructor

Constructs a DoubleComplexBandMatrix instance from the given tridiagonal matrix.

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

Parameters

A  DoubleComplexTriDiagMatrix
A tridiagonal matrix.
Remarks
The upper and lower bandwidths of the resulting banded matrix are both 1.
See Also