Click or drag to resize

RungeKuttaExplicitBaseA_Interpolation Property

Gets additional central coefficients of the Runge-Kutta scheme that are used for dense output (interpolation).

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

Property Value

Double
See Also