org.apache.commons.math3.analysis
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-2013 Apache Software Foundation