Compute the Jacobian matrix for a function
with m components in n independent variables.

The NumericalDerivatives..::.IJacobian type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | F |
Returns the equations evaluated at the point y. If
the user does not override the EvaluateF method,
then F is also used to compute the function values
at the current independent variable values
(Inherited from NumericalDerivatives..::.IFunction.)![]() |
![]() | Jacobian |
User-supplied function to compute the Jacobian.
|