| 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.3261.0 (4.8.3261.0)
 Syntax
Syntaxprotected double[][] _interpolationCoefficients
Field Value
Double Remarks
RemarksThe 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
See Also