public static class PolynomialFunction.Parametric extends Object implements ParametricUnivariateFunction
Constructor and Description |
---|
PolynomialFunction.Parametric() |
public double[] gradient(double x, double... parameters)
gradient
in interface ParametricUnivariateFunction
x
- Point for which the function value should be computed.parameters
- Function parameters.public double value(double x, double... parameters) throws NoDataException
value
in interface ParametricUnivariateFunction
x
- Point for which the function value should be computed.parameters
- Function parameters.NoDataException
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.