public static interface MinConGenLin.Gradient extends MinConGenLin.Function
| Modifier and Type | Method and Description |
|---|---|
void |
gradient(double[] x,
double[] g)
Public interface for the user-supplied function to compute the gradient at point
x. |
fvoid gradient(double[] x,
double[] g)
x.x - a double array, the point at which the
gradient is evaluated. x.length equals the number of variables.g - a double array, the values of the gradient of the
objective function.Copyright © 1970-2015 Rogue Wave Software
Built June 18 2015.