public static interface NonlinLeastSquares.Jacobian extends NonlinLeastSquares.Function
NonlinLeastSquares
object.Modifier and Type | Method and Description |
---|---|
void |
jacobian(double[] x,
double[][] jacobian)
Public interface for the nonlinear least squares function.
|
f
void jacobian(double[] x, double[][] jacobian)
x
- is a double
array containing the point at
which the Jacobian of the function is to be
evaluatedjacobian
- is a double
matrix containing the returned value
of the Jacobian of the function at xCopyright © 2020 Rogue Wave Software. All rights reserved.