public static interface BoundedLeastSquares.Function
| Modifier and Type | Method and Description |
|---|---|
void |
compute(double[] x,
double[] f)
Public interface for the user-supplied function to evaluate the
function that defines the least-squares problem.
|
void compute(double[] x,
double[] f)
x - a double array containing the point at which
the function is to evaluated. x.length =
nVariablesf - a double array which contains the function
values at point x. f.length =
mFunctionsCopyright © 1970-2015 Rogue Wave Software
Built March 24 2015.