Click or drag to resize

DoubleSymBandMatrix(DoubleBandMatrix) Constructor

Constructs a DoubleSymBandMatrix instance from a square banded matrix.

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

Parameters

A  DoubleBandMatrix
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