MinUncon.IFunction Interface |
Interface for the user supplied function for the smooth function of a
single variable to be minimized.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic interface IFunction
Public Interface IFunction
public interface class IFunction
type IFunction = interface end
The MinUncon. IFunction type exposes the following members.
Methods
| Name | Description |
---|
 | F |
Smooth function of a single variable to be minimized.
|
Top
See Also