Click or drag to resize

GearsBDFWithNordsieckStateCoreCorrect Method

Corrects the Nordsieck array using the corrected y values and the l array. See eq. 2.19 in [1].

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Correct(
	ref double[] y_corrected,
	double[] l_array
)

Parameters

y_corrected  Double
The y corrected.
l_array  Double
The l array.
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