Click or drag to resize
BoundedLeastSquaresIJacobian Interface
Public interface for the user-supplied function to compute the Jacobian.

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

The BoundedLeastSquaresIJacobian type exposes the following members.

Methods
  NameDescription
Public methodF
Public interface for the user-supplied function to evaluate the function that defines the least-squares problem.
(Inherited from BoundedLeastSquaresIFunction.)
Public methodJacobian
Public interface for the user-supplied function to compute the Jacobian.
Top
See Also