Adjusts the Nordsieck history array after an order change in the BDF method.
Namespace: Altaxo.Calc.Ode.Obsolete.DVodeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Run(
ref double[] YH,
int offset_yh,
int LDYH,
int IORD
)
Parameters
- YH Double
- The Nordsieck history array to update.
- offset_yh Int32
- The starting offset in YH.
- LDYH Int32
- The leading dimension of YH.
- IORD Int32
-
= An integer flag used when METH = 2 to indicate an order
increase (IORD = +1) or an order decrease (IORD = -1).
See Also