IMSL C# Numerical Library

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.

public double ComputeMin(
   IFunction f
);

Parameters

f
The MinUncon.IFunction whose minimum is to be found. An attempt to find the minimum is made using function values only.

Return Value

A double scalar value containing the minimum of the input function.

See Also

MinUncon Class | Imsl.Math Namespace