RungeKuttaExplicitBaseCoreGetInterpolatedY_volatile Method |
Gets an interpolated point in the last evaluated interval.
Please use the result immediately, or else make a copy of the result, since an internal array
is returned, which is overwritten at the next operation.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic virtual double[] GetInterpolatedY_volatile(
double theta
)
Parameters
- theta Double
- Relative location (0..1) in the last evaluated interval.
Return Value
DoubleInterpolated 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 at x_current.
See Also