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.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IterationUsingFunctionalIteration()
Return Value
BooleanTrue if the iteration has converged; otherwise, false.
See Also