Click or drag to resize

GearsBDFWithNordsieckStateCoreComputeCoefficients_L Method

Computes the coefficients l. l is used to update the Nordsieck vector if the error vector is known: z_n = z_n0 + e_n * l with e_n = y_n - y_n0.

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

Parameters

l_array  Double
The array to store the result (index 0.. q).
Remarks
See equations 2.15 - 2.20 in Byrne and Hindmarsh [1], and recursion rule in the text below eq. 2.20..
See Also