RungeKuttaExplicitBaseCore_interpolationCoefficients Field |
The interpolation coefficients. Note that zero to third order is calculated from the y and slopes at the start and end of the step.
Thus, this coefficients only have to cover the orders 4.. n of the interpolation.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected double[][] _interpolationCoefficients
Field Value
DoubleRemarks The length of the spine array is (OrderOfInterpolation-3).
The length of the 2nd dimension arrays is equal to the length of the spine of
_k.
See Also