Click or drag to resize

RungeKuttaExplicitBaseCoreGetInterpolatedY_volatile Method

Get an interpolated point in the last evaluated interval. Please use the result immediately, or else make a copy of the result, since a internal array is returned, which is overwritten at the next operation.

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

Parameters

theta  Double
Relative location (0..1) in the last evaluated interval.

Return Value

Double
Interpolated y values at the relative point of the last evaluated interval theta.
Remarks
This method is intended for FSAL methods only. We assume here, that k[_stages-1] contains the derivative of x_current.
See Also