Click or drag to resize
MinUnconMultiVar.IGradient 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 : MinUnconMultiVar.IFunction

The MinUnconMultiVar. IGradient type exposes the following members.

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