Click or drag to resize
MinUncon.IDerivative Interface
Interface for the smooth function of a single variable to be minimized and its derivative.

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

The MinUncon. IDerivative type exposes the following members.

Methods
  NameDescription
Public methodDerivative
Derivative of the smooth function of a single variable to be minimized.
Public methodF
Smooth function of a single variable to be minimized.
(Inherited from MinUncon.IFunction.)
Top
See Also