DOP853CoreDOP853GetInterpolatedY_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.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override 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 See ref. [2] section 3.3.
See Also