de.torstennahm.integrate
Class StopConditions

java.lang.Object
  extended by de.torstennahm.integrate.StopConditions

public class StopConditions
extends java.lang.Object

This class provides several common stopping conditions as static subclasses. This class cannot be instantiated.

Author:
Torsten Nahm

Nested Class Summary
static class StopConditions.MultiStopCondition
          Checks whether any of a list of conditions has been fulfilled.
static class StopConditions.UntilAbsTol
          Signals the integration should be stopped if the specified absolute tolerance has been reached.
static class StopConditions.UntilCallsReached
          Signals the integration should be stopped if the integrand functions has been called at least the specified number of times.
static class StopConditions.UntilRelTol
          Signals the integration should be stopped if the specified absolute tolerance has been reached.
static class StopConditions.UntilTimeOut
          Signals the integration should be stopped if the specified timeout is reached.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait