Click or drag to resize
OdeAdamsGear.IJacobian 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 : OdeAdamsGear.IFunction

The OdeAdamsGear. IJacobian 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 OdeAdamsGear.IFunction.)
Public methodJacobian
Used to compute the Jacobian of the function at t.
Top
See Also