SSJ
V. 2.6.

umontreal.iro.lecuyer.functions
Interface MultiFunction


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

evaluate

double evaluate(double[] X)
Returns the value of the function evaluated at X.

Parameters:
X - point at which the function is evaluated
Returns:
value of function at X

SSJ
V. 2.6.

To submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.