Click or drag to resize

DoubleMatrixInArray1DColumnMajorRepresentationGetArray1DColumnMajor Method

Gets the underlying one-dimensional array that represents this matrix in column-major order.

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

Return Value

Double
The one-dimensional array that represents this matrix.

Implements

IMatrixInArray1DColumnMajorRepresentationTElementGetArray1DColumnMajor
See Also