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–2016 The Apache Software Foundation. All rights reserved.