IMSL C# Numerical Library

ZeroFunction.ComputeZeros Method 

Returns the zeros of a univariate function.

public double[] ComputeZeros(
   IFunction f,
   double[] guess
);

Parameters

f
The ZeroFunction.IFunction to be integrated.
guess
A double array containing an initial guess of the zeros. A zero will be found for each point in guess.

Return Value

A double array containing the zero of the univariate function.

See Also

ZeroFunction Class | Imsl.Math Namespace