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 © 2003-2013 Apache Software Foundation. All Rights Reserved.