Click or drag to resize

FloatBandMatrix(FloatTriDiagMatrix) Constructor

Constructs a FloatBandMatrix instance from the given tridiagonal matrix.

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

Parameters

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