Click or drag to resize
NumericalDerivativesIJacobian Interface
Public interface for the user-supplied function to compute the Jacobian.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public interface IJacobian : NumericalDerivativesIFunction

The NumericalDerivativesIJacobian type exposes the following members.

Methods
  NameDescription
Public methodF
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 y_e.
(Inherited from NumericalDerivativesIFunction.)
Public methodJacobian
User-supplied function to compute the Jacobian.
Top
See Also