Click or drag to resize
MinUnconMultiVarIGradient Interface
Interface for the user supplied multivariate function to be minimized and its gradient.

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

The MinUnconMultiVarIGradient type exposes the following members.

Methods
  NameDescription
Public methodF
Multivariate function to be minimized.
(Inherited from MinUnconMultiVarIFunction.)
Public methodGradient
On return, gvalue contains the value of the gradient, of the function, at x.
Top
See Also