Click or drag to resize

DoubleBandMatrix Constructor

Initializes a new instance of the DoubleBandMatrix class.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DoubleBandMatrix(
	int rows,
	int cols,
	int lowerBands,
	int upperBands
)

Parameters

rows  Int32
Number of rows.
cols  Int32
Number of columns
lowerBands  Int32
Lower bandwidth.
upperBands  Int32
Upper bandwidth.
See Also