25package umontreal.ssj.util;
Represents a function of multiple variables.
double evaluateGradient(int i, double... x)
Computes , the derivative of with respect to .
double evaluate(double... x)
Computes the function for the vector x.
int getDimension()
Returns , the dimension of the function computed by this implementation.