public static interface NonlinLeastSquares.Function
NonlinLeastSquares object.| Modifier and Type | Method and Description |
|---|---|
void |
f(double[] x,
double[] f)
Public interface for the nonlinear least-squares function.
|
void f(double[] x,
double[] f)
x - a double array containing the point at which
the function is to be evaluated. The contents of this array
must not be altered by this function.f - a double array containing the returned value of
the function at x.Copyright © 1970-2015 Rogue Wave Software
Built March 24 2015.