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