IMSL C# Numerical Library

GenMinRes.SetGuess Method 

Sets the initial guess of the solution.

public void SetGuess(
   double[] xGuess
);

Parameters

xGuess
A double array of length n containing the initial guess of the solution.

Remarks

By default the elements of this array are set to 0.0.

See Also

GenMinRes Class | Imsl.Math Namespace