RootBracketingSolver<T>.UpdateLowerBound Method

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

Definition

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

Parameters

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

See Also