com.imsl.math
Interface MinConGenLin.Gradient
- All Superinterfaces:
- MinConGenLin.Function
- Enclosing class:
- MinConGenLin
public static interface MinConGenLin.Gradient
- extends MinConGenLin.Function
Public interface for the user-supplied function to compute the gradient.
|
Method Summary |
void |
gradient(double[] x,
double[] g)
Public interface for the user-supplied function to compute the gradient at point x. |
gradient
void gradient(double[] x,
double[] g)
- Public interface for the user-supplied function to compute the gradient at point
x.
- Parameters:
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-2008 Visual Numerics, Inc.
Built July 8 2008.