Package com.imsl.math
Interface MinUncon.Derivative
- All Superinterfaces:
MinUncon.Function
- All Known Implementing Classes:
MinUnconEx2
- Enclosing class:
- MinUncon
Public interface for the user supplied function to the
MinUncon object.-
Method Summary
Modifier and TypeMethodDescriptiondoubleg(double x) Public interface for the smooth function of a single variable to be minimized.Methods inherited from interface com.imsl.math.MinUncon.Function
f
-
Method Details
-
g
double g(double x) Public interface for the smooth function of a single variable to be minimized.- Parameters:
x- adouble, the point at which the derivative of the function is to be evaluated- Returns:
- a
double, the value of the derivative of the function at x
-