Click or drag to resize

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.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void DecreaseOrderBy1(
	double[] l_array
)

Parameters

l_array  Double
An auxillary array to accomodate the polynomial coefficients of eq. 2.49 in [1].
See Also