Click or drag to resize
BoundedLeastSquares.SetGuess 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[] guess
)

Parameters

guess
Type:System.Double[]
A double array containing an initial guess.
See Also