|
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 MinConGenLin.Function
Public interface for the user-supplied function to evaluate the function to be minimized.
| Method Summary | |
|---|---|
double |
f(double[] x)
Public interface for the function to be minimized. |
| Method Detail |
|---|
double f(double[] x)
x - a double array, the point at which the
function is evaluated. x.length equals the number of variables.
double scalar, the function value at x
|
JMSLTM Numerical Library 5.0.1 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||