Click or drag to resize
MinConGenLinIGradient 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 : MinConGenLinIFunction

The MinConGenLinIGradient type exposes the following members.

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