GearsBDFWithNordsieckStateCoreDecreaseOrderBy1 Method |
Decreases the order by 1. This method scales the Nordsieck array by the polynomial coefficients
of eq. 2.49 in Byrne and Hindmarsh [1].
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic void DecreaseOrderBy1(
double[] l_array
)
Parameters
- l_array Double
- An auxiliary array to accommodate the polynomial coefficients of eq. 2.49 in [1].
See Also