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 =
nVariables
f
- a double
array which contains the function
values at point x
. f.length =
mFunctions
Copyright © 2020 Rogue Wave Software. All rights reserved.