|
SSJ V. 2.6.2. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MathFunction
This interface should be implemented by classes which represent univariate
mathematical functions. It is used to pass an arbitrary function of one
variable as argument to another function. For example, it is used
in RootFinder
to find
the zeros of a function.
Method Summary | |
---|---|
double |
evaluate(double x)
Returns the value of the function evaluated at x. |
Method Detail |
---|
double evaluate(double x)
x
- value at which the function is evaluated
|
SSJ V. 2.6.2. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |