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.
|
fvoid 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 © 1970-2015 Rogue Wave Software
Built June 18 2015.