IMSL C# Numerical Library

ZeroSystem.IFunction.F Method 

On return, fvalue contains the function value at the given point.

void F(
   double[] x,
   double[] fvalue
);

Parameters

x
A double array which contains the point at which the function is to be evaluated. The contents of this array must not be altered by this function.
fvalue
A double array which, on return, contains the value of the function at x.

See Also

ZeroSystem.IFunction Interface | Imsl.Math Namespace