|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math.analysis.polynomials.PolynomialFunction.Parametric
public static class PolynomialFunction.Parametric
Dedicated parametric polynomial class.
| Constructor Summary | |
|---|---|
PolynomialFunction.Parametric()
|
|
| Method Summary | |
|---|---|
double[] |
gradient(double x,
double... parameters)
Compute the gradient of the function with respect to its parameters. |
double |
value(double x,
double... parameters)
Compute the value of the function. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PolynomialFunction.Parametric()
| Method Detail |
|---|
public double[] gradient(double x,
double... parameters)
gradient in interface ParametricUnivariateRealFunctionx - Point for which the function value should be computed.parameters - Function parameters.
public double value(double x,
double... parameters)
value in interface ParametricUnivariateRealFunctionx - Point for which the function value should be computed.parameters - Function parameters.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||