Click or drag to resize

GearsBDFWithNordsieckStateCoreIterationUsingFunctionalIteration Method

Does some iteration steps. This iteration method does not use the Jacobian for Newton-Raphson steps, instead a functional iteration is executed. This takes much longer to reach the same degree of accuracy. At the end, the corrected y values are stored in _aux1.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool IterationUsingFunctionalIteration()

Return Value

Boolean
if the iteration has converged; otherwise, .
See Also