|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface to access numerical integration algorithms.
Method Summary | |
double |
getEpsilon()
Get the relative error of the integration. |
int |
getMaxIterations()
Get the maximum number of iterations. |
double |
integrate(FunctionI function,
double lowerBound,
double upperBound)
Integrate the function between the bounds. |
void |
setEpsilon(double epsilon)
Set the absolute relative error of the integration. |
void |
setMaxIterations(int maxIterations)
Set the maximum number of iterations. |
Method Detail |
public void setEpsilon(double epsilon)
public double getEpsilon()
public void setMaxIterations(int maxIterations)
public int getMaxIterations()
public double integrate(FunctionI function, double lowerBound, double upperBound) throws AccuracyException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |