IMSL C# Numerical Library

MinUnconMultiVar.IFunction.F Method 

Multivariate function to be minimized.

double F(
   double[] x
);

Parameters

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

Return Value

A double, the value of the function at x.

See Also

MinUnconMultiVar.IFunction Interface | Imsl.Math Namespace