public static interface NumericalDerivatives.Jacobian extends NumericalDerivatives.Function
| Modifier and Type | Method and Description |
|---|---|
double[][] |
jacobian(double[] y)
User-supplied function to compute the Jacobian.
|
fdouble[][] jacobian(double[] y)
y - a double array of length n,
the point at which the Jacobian is to be evaluated.double m by n matrix
containing the Jacobian.
Columns that are accumulated must have the analytic
part defined on entry or else be set to zero.
Columns that are skipped can be defined either before
or after the evaluateJ method is invoked.Copyright © 1970-2015 Rogue Wave Software
Built June 18 2015.