public interface ParametricUnivariateFunction
double value(double x,
double... parameters)
x - Point for which the function value should be computed.parameters - Function parameters.double[] gradient(double x,
double... parameters)
x - Point for which the function value should be computed.parameters - Function parameters.Copyright (c) 2003-2015 Apache Software Foundation