|
JMSLTM Numerical Library 5.0.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface MinUnconMultiVar.Function
Public interface for the user supplied function to the
MinUnconMultiVar
object.
Method Summary | |
---|---|
double |
f(double[] x)
Public interface for the multivariate function to be minimized. |
Method Detail |
---|
double f(double[] x)
x
- a double
array, the point
at which the function is to be evaluated
double
, the value of the function at x
|
JMSLTM Numerical Library 5.0.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |