Managed Iterative Algorithm<T, TError, TReport>.Report Success Method
Records the results of a algorithm that converged successfully.
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 ReportSuccess(
T result,
TError estimatedError
)