OdeAdamsGear.IJacobian 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
Syntaxpublic interface IJacobian : OdeAdamsGear.IFunction
Public Interface IJacobian
Inherits OdeAdamsGear.IFunction
public interface class IJacobian : OdeAdamsGear.IFunction
type IJacobian =
interface
interface OdeAdamsGear. IFunction
end
The OdeAdamsGear. IJacobian type exposes the following members.
Methods
| Name | Description |
---|
 | F | Computes the value of the function  at the given point.
(Inherited from OdeAdamsGear.IFunction.) |
 | Jacobian | Used to compute the Jacobian of the function at t.
|
Top
See Also