Click or drag to resize

IMatrixInArray1DRowMajorRepresentationTElementGetArray1DRowMajor Method

Gets the underlying linear array in row-major order.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
TElement[] GetArray1DRowMajor()

Return Value

TElement
Underlying linear array in row-major order.
See Also