Click or drag to resize

MatrixWrapperStructForRowMajorOrderLinearArrayT(Int32, Int32) Constructor

Initializes a new instance of the MatrixWrapperStructForLeftSpineJaggedArrayT struct and creates the underlying row oriented array.

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

Parameters

rows  Int32
The number of rows.
cols  Int32
The number of columns.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException rows - Number of rows has to be >=0 or cols - Number of cols has to be >=0
See Also