Click or drag to resize
MinConGenLin.IGradient Interface
Public interface for the user-supplied function to compute the gradient.

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

The MinConGenLin. IGradient type exposes the following members.

Methods
  NameDescription
Public methodF
Public interface for the function to be minimized.
(Inherited from MinConGenLin.IFunction.)
Public methodGradient
Public interface for the user-supplied function to compute the gradient at point x.
Top
See Also