MinUncon.ComputeMin Method |
Return the minimum of a smooth function of a single variable of type
double using function values only or using function values and
derivatives.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic double ComputeMin(
MinUncon. IFunction f
)
Public Function ComputeMin (
f As MinUncon. IFunction
) As Double
public:
double ComputeMin(
MinUncon. IFunction^ f
)
member ComputeMin :
f : MinUncon. IFunction -> float
Parameters
- f
- Type: Imsl.Math.MinUncon.IFunction
The MinUncon.IFunction whose minimum is to be found. An
attempt to find the minimum is made using function values only.
Return Value
Type:
Double
A
double scalar value containing the minimum of the input
function.
See Also