Returns the initial guess of the solution.

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

Syntax

C#
public double[] GetGuess()
Visual Basic (Declaration)
Public Function GetGuess As Double()
Visual C++
public:
array<double>^ GetGuess()

Return Value

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

See Also