Sets the initial guess for the zeros.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual void SetGuess(
	double[] guess
)
Visual Basic (Declaration)
Public Overridable Sub SetGuess ( _
	guess As Double() _
)
Visual C++
public:
virtual void SetGuess(
	array<double>^ guess
)

Parameters

guess
Type: array< System..::.Double >[]()[]
A double array containing the initial guesses for the number of zeros to be found. If a bound on the zeros is also given, the guesses must satisfy the bound condition.

See Also