MatrixWrapperStructForColumnMajorOrderLinearArrayTArray Property |
Gets the underlying array. Access to elements is done using Array[column * Rows + row].
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public T[] Array {
get;
}
Property Value
T
The underlying array.
See Also