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 © 2020 Rogue Wave Software. All rights reserved.