|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface represents an integrator for scalar functions.
The classes which are devoted to integrate scalar functions
should implement this interface. The functions which can be handled
should implement the ComputableFunction interface.
ComputableFunction| Method Summary | |
double |
integrate(ComputableFunction f,
double a,
double b)
Integrate a function over a defined range. |
| Method Detail |
public double integrate(ComputableFunction f,
double a,
double b)
throws FunctionException
f - function to integratea - first bound of the range (can be lesser or greater than b)b - second bound of the range (can be lesser or greater than a)
FunctionException - if the underlying function throws one
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||