Click or drag to resize
GenMinResSetGuess Method
Sets the initial guess of the solution.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void SetGuess(
	double[] xGuess
)

Parameters

xGuess
Type: SystemDouble
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