|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ErrorEstimator
Provides an estimate of the current error of the integral. The estimate is based on a log of previous integration values.
Method Summary | |
---|---|
double |
getEstimate()
Returns the estimate of the integration error based on the log. |
void |
log(long pointsEvaluated,
double currentValue)
Logs the current integration value. |
Method Detail |
---|
void log(long pointsEvaluated, double currentValue)
pointsEvaluated
- number of function evaluations for this integral valuecurrentValue
- current integral valuedouble getEstimate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |