Managed Iterative Algorithm<T, TError, TReport>.Report Result Method
Records the results of an algorithm.
Definition
Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
protected void ReportResult(
T result,
TError estimatedError
)