Equation Solver<T>.Current Lower Bound Property
Gets the lower bound of the convergence interval
at the current iteration.
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 T CurrentLowerBound { get; set; }
Property Value
TExceptions
Invalid | The convergence mode of the algorithm is not set to Interval. |