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