Convergence Test Quantifier Enumeration
Enumerates the possible ways tests in a ConvergenceTestCollection<T> are combined.
Definition
Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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. |