Click or drag to resize

MatrixStorageT Constructor

Initializes a new instance of the MatrixStorageT class

Namespace: Altaxo.Calc.LinearAlgebra.Storage
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected MatrixStorage(
	int rowCount,
	int columnCount
)

Parameters

rowCount  Int32

[Missing <param name="rowCount"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage`1.#ctor(System.Int32,System.Int32)"]

columnCount  Int32

[Missing <param name="columnCount"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage`1.#ctor(System.Int32,System.Int32)"]

See Also