ConvergenceTestQuantifier 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#
public enum ConvergenceTestQuantifier

Members

Any0 The convergence test succeeds if any of the tests in the collection succeeds.
All1 The convergence test succeeds if all of the tests in the collection succeed.

See Also