|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.torstennahm.integrate.StopConditions
public class StopConditions
This class provides several common stopping conditions as static subclasses. This class cannot be instantiated.
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 |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |