Click or drag to resize
MinConGenLinSetGuess Method
Sets an 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: SystemDouble
A double array containing an initial guess.
See Also