RKF43InterpolationCoefficients Property |
The interpolation coefficients aij.
Note that zero to third order interpolation uses y and the slope at 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.3448.0 (4.8.3448.0)
Syntaxprotected override double[][] InterpolationCoefficients { get; }Property Value
Double
See Also