SolutionReport<T, TError>.ConvergenceTest Property

Returns the ConvergenceTest<T> that caused the result.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public ConvergenceTest<TError> ConvergenceTest { get; }

Property Value

ConvergenceTest<TError>

Remarks

If the algorithm succeeded, this property returns the ConvergenceTest<T> that showed success. If the algorithm failed, this property returns the convergence test that failed.

See Also