Records the results of an algorithm in case it fails.
Namespace: Extreme.Mathematics.AlgorithmsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
protected void ReportFailure(
T result,
double estimatedError,
AlgorithmStatus status
)
Protected Sub ReportFailure (
result As T,
estimatedError As Double,
status As AlgorithmStatus
)
protected:
void ReportFailure(
T result,
double estimatedError,
AlgorithmStatus status
)
member ReportFailure :
result : 'T *
estimatedError : float *
status : AlgorithmStatus -> unit
Parameters
- result
- Type: T
The result that was computed by the algorithm. - estimatedError
- Type: SystemDouble
An estimate of the error in the result. - status
- Type: Extreme.MathematicsAlgorithmStatus
An AlgorithmStatus value that specifies the reason for the failure.
Numerical Libraries
Supported in: 5.x, 4.x
Reference