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.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected virtual double[][] InterpolationCoefficients { get; }
Property Value
DoubleSee Also