Root Bracketing Solver.Test Convergence Method
Definition
Namespace: Numerics.NET.EquationSolvers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.4
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.4
Overload List
Test | Checks whether the algorithm has converged. |
Test | Tests whether the specified value and function value should cause the algorithm to terminate. |
TestConvergence(Double, Double)
Tests whether the specified value and function value
should cause the algorithm to terminate.
protected bool TestConvergence(
double x,
double functionValue
)
Parameters
Return Value
Booleantrue if the algorithm should terminate; otherwise false.