|
JMSLTM Numerical Library 4.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Public interface for the user supplied function to the
MinUncon
object.
Method Summary | |
double |
g(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 Detail |
public double g(double x)
x
- a double
, the point at which the
derivative of the function is to be evaluated
double
, the value of the derivative of the
function at x
|
JMSLTM Numerical Library 4.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |