Public interface for the user-supplied function to compute the Jacobian.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public interface IJacobian : BoundedLeastSquares..::.IFunction
Visual Basic (Declaration)
Public Interface IJacobian _
	Implements BoundedLeastSquares..::.IFunction
Visual C++
public interface class IJacobian : BoundedLeastSquares..::.IFunction

See Also