Convergence Test Quantifier Enumeration
Enumerates the possible ways tests in a ConvergenceTestCollection<T> are combined.
Definition
Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public enum ConvergenceTestQuantifier
Members
Any | 0 | The convergence test succeeds if any of the tests in the collection succeeds. |
All | 1 | The convergence test succeeds if all of the tests in the collection succeed. |