Click or drag to resize

BandDoubleMatrix Constructor

Initializes a new instance of the BandDoubleMatrix class with the specified dimensions and bandwidths.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public BandDoubleMatrix(
	int numberOfRows,
	int numberOfColumns,
	int p,
	int q
)

Parameters

numberOfRows  Int32
The number of rows in the matrix.
numberOfColumns  Int32
The number of columns in the matrix.
p  Int32
The lower bandwidth of the matrix.
q  Int32
The upper bandwidth of the matrix.
See Also