RungeKuttaExplicitBaseCoreInterpolationCoefficients Property |
Gets or sets the interpolation coefficients for dense output.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double[][] InterpolationCoefficients { get; set; }
Property Value
Double
The interpolation coefficients.
See Also