IMSL C# Numerical Library

MinConGenLin.IFunction.F Method 

Public interface for the function to be minimized.

double F(
   double[] x
);

Parameters

x
A double array, the point at which the function is evaluated. x.length equals the number of variables.

Return Value

A double scalar, the function value at x.

See Also

MinConGenLin.IFunction Interface | Imsl.Math Namespace