Click or drag to resize
NonlinLeastSquaresIJacobian Interface
Interface for the user supplied nonlinear least squares function and its Jacobian.

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

The NonlinLeastSquaresIJacobian type exposes the following members.

Methods
  NameDescription
Public methodF
User supplied nonlinear least-squares function.
(Inherited from NonlinLeastSquaresIFunction.)
Public methodJacobian
Jacobian of the user supplied nonlinear least squares function.
Top
See Also