GearsBDFWithNordsieckStateCoreCorrect Method |
Corrects the Nordsieck array using the corrected y values and the l array. See eq. 2.19 in [1].
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic void Correct(
ref double[] y_corrected,
double[] l_array
)
Parameters
- y_corrected Double
- The corrected y values.
- l_array Double
- The coefficients array l.
Remarks
To calculate the difference between iterated values and the first guess, the array y_corrected contains the iterated values,
and the array _nordsieckArray[0] contains the first guess.
See Also