RootBracketingSolver.UpdateLowerBound Method

Updates the lower bound and the corresponding value of the target function.

Definition

Namespace: Numerics.NET.EquationSolvers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected void UpdateLowerBound(
	double value,
	double functionValue
)

Parameters

value  Double
The new lower bound.
functionValue  Double
The function value at the new lower bound.

See Also