Click or drag to resize

DenseColumnMajorMatrixStorageTAsColumnMajorArray Method

Gets the underlying column-major array when directly available.

Namespace: Altaxo.Calc.LinearAlgebra.Storage
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override T[] AsColumnMajorArray()

Return Value

T
The underlying column-major array, or if unavailable.
See Also