ManagedIterativeAlgorithm<T, TError, TReport>.ReportResult Method

Records the results of an algorithm.

Definition

Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected void ReportResult(
	T result,
	TError estimatedError
)

Parameters

result  T
The result that was computed by the algorithm.
estimatedError  TError
An estimate of the error in the result.

See Also