IMSL C# Numerical Library

ZeroSystem.SetGuess Method 

Sets initial guess for the the solution.

public void SetGuess(
   double[] guess
);

Parameters

guess
A double array containing the initial guess.

See Also

ZeroSystem Class | Imsl.Math Namespace