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\). | |
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.
Definition at line 34 of file MultiFunction.java.
| double umontreal.ssj.functions.MultiFunction.evaluate | ( | double[] | X | ) |
Returns the value of the function evaluated at \(X\).
| X | point at which the function is evaluated |