public static interface BoundedLeastSquares.Jacobian
Modifier and Type | Method and Description |
---|---|
void |
compute(double[] x,
double[] fjac)
Public interface for the user-supplied function to compute the
Jacobian.
|
void compute(double[] x, double[] fjac)
x
- a double
array, the point at which the Jacobian
is to evaluated. x.length =
nVariables
fjac
- a double
array, the computed Jacobian at the
point x
.
fjac.length = mFunctions x nVariables
Copyright © 2020 Rogue Wave Software. All rights reserved.