|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IntegrationResult
This interface models the result of an integration. The result consists of the estimated value, its estimated error and the number of function evaluations used for the integration.
Method Summary | |
---|---|
double |
errorEstimate()
Returns the error estimate for the integral value. |
long |
functionCalls()
Returns the number of times the integrand function has been evaluated. |
java.util.Set<IntegrationInfo> |
supplementalInfo()
Returns a set of integration information that provide supplementary or additional information on the integration process and result. |
double |
value()
Returns the estimated integral value. |
Method Detail |
---|
double value()
Double.NaN
is returned if
no estimate is available.
double errorEstimate()
Double.NaN
is returned
if no estimate is available.
long functionCalls()
java.util.Set<IntegrationInfo> supplementalInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |