|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.torstennahm.integrate.StopConditions.UntilCallsReached
public static class StopConditions.UntilCallsReached
Signals the integration should be stopped if the integrand functions has been called at least the specified number of times.
| Constructor Summary | |
|---|---|
StopConditions.UntilCallsReached(long calls)
Construct the stop condition. |
|
| Method Summary | |
|---|---|
java.lang.String |
getConditionString()
Returns a string describing the fulfillment of the condition. |
boolean |
stop(IntegrationResult result)
Returns true if the integration should be stopped because of this condition. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StopConditions.UntilCallsReached(long calls)
calls - minimum number of evaluations| Method Detail |
|---|
public boolean stop(IntegrationResult result)
StopCondition
stop in interface StopConditionresult - integration result
public java.lang.String getConditionString()
StopCondition
getConditionString in interface StopCondition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||