com.imsl.math
Interface MinUnconMultiVar.Gradient
- All Superinterfaces:
- MinUnconMultiVar.Function
- All Known Implementing Classes:
- QuasiNewtonTrainer.GradObjective
- Enclosing interface:
- MinUnconMultiVar
- public static interface MinUnconMultiVar.Gradient
- extends MinUnconMultiVar.Function
Public interface for the user supplied gradient to the
MinUnconMultiVar object.
|
Method Summary |
void |
gradient(double[] x,
double[] gradient)
Public interface for the gradient of the multivariate function
to be minimized. |
gradient
public void gradient(double[] x,
double[] gradient)
- Public interface for the gradient of the multivariate function
to be minimized.
- Parameters:
x - a double array, the point at which the
gradient of the function is to be evaluatedgradient - a double array, the value of the gradient
of the function at x
Copyright 1970-2006 Visual Numerics, Inc.
Built June 1 2006.