|
SSJ V. 2.6.2. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MultiFunction
This interface should be implemented by classes which represent multivariate mathematical functions. It is used to pass an arbitrary function of a vector variable as argument to another function.
Method Summary | |
---|---|
double |
evaluate(double[] X)
Returns the value of the function evaluated at X. |
Method Detail |
---|
double evaluate(double[] X)
X
- point 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 |