Click or drag to resize
OdeAdamsGearIJacobian Interface
Public interface for the user supplied function to evaluate the Jacobian matrix.

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

The OdeAdamsGearIJacobian type exposes the following members.

Methods
  NameDescription
Public methodF
Computes the value of the function  y^{'} = f(t,y) at the given point.
(Inherited from OdeAdamsGearIFunction.)
Public methodJacobian
Used to compute the Jacobian of the function at t.
Top
See Also