Click or drag to resize

DoubleComplexTriDiagMatrix(DoubleComplexMatrix) Constructor

Constructs a DoubleComplexTriDiagMatrix instance by extracting the tridiagonal part of a general matrix.

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

Parameters

A  DoubleComplexMatrix
A general matrix.
Remarks
The tridiagonal part of A consists of the main diagonal, the superdiagonal, and the subdiagonal.
See Also