|
JMSLTM Numerical Library 6.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface NumericalDerivatives.Jacobian
Public interface for the user-supplied function to compute the Jacobian.
Method Summary | |
---|---|
double[][] |
jacobian(double[] y)
User-supplied function to compute the Jacobian. |
Methods inherited from interface com.imsl.math.NumericalDerivatives.Function |
---|
f |
Method Detail |
---|
double[][] 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.
|
JMSLTM Numerical Library 6.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |