Click or drag to resize

FloatSymBandMatrix(FloatBandMatrix) Constructor

Constructs a FloatSymBandMatrix instance from a square banded matrix.

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

Parameters

A  FloatBandMatrix
A square banded matrix.
Exceptions
ExceptionCondition
MatrixNotSquareExceptionThrown if the input matrix, A, is not square.
Remarks
The main diagonal and A.UpperBandwidth, the upper bandwidth of the banded matrix A, super diagonals are extracted
See Also