GearsBDFWithNordsieckStateGetInterpolatedSolutionPointVolatile Method |
Gets an interpolated volatile solution point during the enumeration of the solution points.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic double[] GetInterpolatedSolutionPointVolatile(
double x
)
Parameters
- x Double
- The x value. Must be in the interval [X - StepSize, X].
Return Value
Double
The interpolated
y values.
The returned array must not be modified and has to be consumed immediately, since it is changed in the course of the next ODE evaluation.
See Also