|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UnivariateRealFunction
An interface representing a univariate real function.
Method Summary | |
---|---|
double |
value(double x)
Compute the value for the function. |
Method Detail |
---|
double value(double x) throws FunctionEvaluationException
x
- the point for which the function value should be computed
FunctionEvaluationException
- if the function evaluation fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |