Click or drag to resize

DoubleComplexBandMatrix(Int32, Int32, Int32, Int32) Constructor

Constructs a DoubleComplexBandMatrix instance with the specified number of rows, columns, upper and lower bandwidths.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplexBandMatrix(
	int rows,
	int cols,
	int lowerBandwidth,
	int upperBandwidth
)

Parameters

rows  Int32
The number of matrix rows.
cols  Int32
The number of matrix columns.
lowerBandwidth  Int32
The lower bandwidth.
upperBandwidth  Int32
The upper bandwidth.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the number of rows is less than the bandwidth of the matrix.
See Also