Click or drag to resize

GearsBDFWithNordsieckStateCoreGetInterpolatedY_volatile Method

Gets interpolated y values. The independent variable x must lie inbetween the x of the previous step and the current step.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double[] GetInterpolatedY_volatile(
	double x
)

Parameters

x  Double
The independent variable x.

Return Value

Double
Array of interpolated y values. The elements of the array must not be changed, and are intended for immediate use only (because they will be changed at the next step).
See Also