Click or drag to resize

RungeKuttaExplicitBaseInterpolationCoefficients Property

The interpolation coefficients aij. Note that zero to third order interpolation is using y and slope of x_previous and x_current. Thus in this array we only need the coefficients for 4th order (and higher) interpolation.

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

Property Value

Double
See Also