Click or drag to resize

DoubleSymBandMatrixResize(Int32, Int32) Method

Changes the dimensions and half bandwidth of this matrix to those specified, adding zeros or truncating as necessary.

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

Parameters

order  Int32
The order (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