RootBracketingSolver.UpdateUpperBound Method

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

Definition

Namespace: Extreme.Mathematics.EquationSolvers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected void UpdateUpperBound(
	double value,
	double functionValue
)

Parameters

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

See Also