Click or drag to resize

DoubleMatrixInArray1DRowMajorRepresentationGetArray1DRowMajor Method

Gets the underlying array storing the matrix data in row-major order.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double[] GetArray1DRowMajor()

Return Value

Double
The underlying array.

Implements

IMatrixInArray1DRowMajorRepresentationTElementGetArray1DRowMajor
See Also