Root Bracketing Solver<T>.Update Upper Bound Method
Updates the upper 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.1
C#
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
protected void UpdateUpperBound(
T value,
T functionValue
)