Solution Report<T, TError>.Convergence Test 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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.