SolutionReport<T, TError>.ConvergenceTest Property

Returns the ConvergenceTest<T> that caused the result.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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