Click or drag to resize

JaggedArrayMatrixArray Property

Provides direct access to the underlying jagged array. JaggedArrayMath can then be used to speed up computations.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double[][] Array { get; }

Property Value

Double
See Also