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.3179.0 (4.8.3179.0)
Syntax
C#
public bool IterationUsingFunctionalIteration()

Return Value

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