Click or drag to resize

MatrixWrapperStructForLeftSpineJaggedArrayT(T, Int32, Int32) Constructor

Initializes a new instance of the MatrixWrapperStructForLeftSpineJaggedArrayT struct by wrapping the provided array.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public MatrixWrapperStructForLeftSpineJaggedArray(
	T[][] array,
	int rows,
	int cols
)

Parameters

array  T
The array to wrap.
rows  Int32
Number of rows.
cols  Int32
Number of columns.
See Also