Click or drag to resize
MinUnconIDerivative 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 : MinUnconIFunction

The MinUnconIDerivative 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 MinUnconIFunction.)
Top
See Also