Click or drag to resize

MatrixWrapperStructForColumnMajorOrderLinearArrayTArray Property

Gets the underlying array. Access to elements is done using Array[column * Rows + row].

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public T[] Array {
	get;
 }

Property Value

T
The underlying array.
See Also