Solution Report<T, TError>.Convergence Test Property
Returns the ConvergenceTest<T> that caused the result.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.