OdeAdamsGearIJacobian Interface |
Public interface for the user supplied function to
evaluate the Jacobian matrix.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public interface IJacobian : OdeAdamsGearIFunction
Public Interface IJacobian
Inherits OdeAdamsGearIFunction
public interface class IJacobian : OdeAdamsGearIFunction
type IJacobian =
interface
interface OdeAdamsGearIFunction
end
The OdeAdamsGearIJacobian type exposes the following members.
Methods
| Name | Description |
---|
| F | Computes the value of the function at the given point.
(Inherited from OdeAdamsGearIFunction.) |
| Jacobian | Used to compute the Jacobian of the function at t.
|
TopSee Also