Root Bracketing Solver<T>.Report Failure Method
Definition
Namespace: Numerics.NET.EquationSolvers.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
Overload List
Report | Reports that the algoritm has failed. No further iterations will be performed. |
Report | Records the results of an algorithm in case it fails. |
ReportFailure(AlgorithmStatus)
Reports that the algoritm has failed. No further iterations will be performed.
protected override void ReportFailure(
AlgorithmStatus status
)
Parameters
- status AlgorithmStatus
- A AlgorithmStatus value that specifies the reason for the failure.
Remarks
The result and estimated error are set to the values returned by the
ValueEvaluator() and ErrorEvaluator() properties.