Click or drag to resize

RungeKuttaExplicitBaseCoreInterpolationCoefficients Property

Gets or sets the interpolation coefficients for dense output.

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

Property Value

Double
The interpolation coefficients.
See Also