Click or drag to resize

DoubleTriDiagMatrix(DoubleBandMatrix) Constructor

Constructs a DoubleTriDiagMatrix instance by extracting the tridiagonal part of a banded matrix.

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

Parameters

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