Click or drag to resize
ZeroSystem.IJacobian Interface
Public interface for user supplied function to ZeroSystem object.

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

The ZeroSystem. IJacobian type exposes the following members.

Methods
  NameDescription
Public methodF
On return, fvalue contains the function value at the given point.
(Inherited from ZeroSystem.IFunction.)
Public methodJacobian
On return, jac contains the value of the Jacobian at the given point.
Top
See Also