MinConNLPIFunction Interface |
Public interface for the user supplied function to the
MinConNLP object.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public interface IFunction
Public Interface IFunction
public interface class IFunction
type IFunction = interface end
The MinConNLPIFunction type exposes the following members.
Methods
| Name | Description |
---|
| F |
Compute the value of the function at the given point.
|
TopSee Also