Click or drag to resize

DoubleSymBandMatrix(Int32, Int32) Constructor

Constructs a DoubleSymBandMatrix instance with the specified number of rows, columns, and half bandwidth.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleSymBandMatrix(
	int order,
	int halfBandwidth
)

Parameters

order  Int32
The order of the matrix. This is the number of rows and columns.
halfBandwidth  Int32
The half bandwidth.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the number of rows is less than the bandwidth of the matrix.
See Also