IMSL C# Numerical Library

MinUncon.IFunction.F Method 

Smooth function of a single variable to be minimized.

double F(
   double x
);

Parameters

x
A double, the point at which the function is to be evaluated.

Return Value

A double, the value of the function at x.

See Also

MinUncon.IFunction Interface | Imsl.Math Namespace