NumericalIntegrator.TestConvergence Method

Checks whether the algorithm has converged.

Definition

Namespace: Numerics.NET.Calculus
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected override AlgorithmStatus TestConvergence()

Return Value

AlgorithmStatus
A AlgorithmStatus value that indicates the current status of the iteration.

See Also