Click or drag to resize
MinConNLPIGradient Interface
Public interface for the user supplied function to compute the gradient for MinConNLP object.

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

The MinConNLPIGradient type exposes the following members.

Methods
  NameDescription
Public methodF
Compute the value of the function at the given point.
(Inherited from MinConNLPIFunction.)
Public methodGradient
Computes the value of the gradient of the function at the given point.
Top
See Also