Click or drag to resize

BandDoubleMatrix Constructor

Initializes a new instance of the BandDoubleMatrix class

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

Parameters

numberOfRows  Int32

[Missing <param name="numberOfRows"/> documentation for "M:Altaxo.Calc.LinearAlgebra.BandDoubleMatrix.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

numberOfColumns  Int32

[Missing <param name="numberOfColumns"/> documentation for "M:Altaxo.Calc.LinearAlgebra.BandDoubleMatrix.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

p  Int32

[Missing <param name="p"/> documentation for "M:Altaxo.Calc.LinearAlgebra.BandDoubleMatrix.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

q  Int32

[Missing <param name="q"/> documentation for "M:Altaxo.Calc.LinearAlgebra.BandDoubleMatrix.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also