SSJ
3.3.1
Stochastic Simulation in Java
|
This interface should be implemented by classes which represent multivariate mathematical functions. More...
Public Member Functions | |
double | evaluate (double[] X) |
Returns the value of the function evaluated at \(X\). More... | |
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.
double evaluate | ( | double [] | X | ) |
Returns the value of the function evaluated at \(X\).
X | point at which the function is evaluated |
X