Returns the initial guess of the solution.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetGuess()
Public Function GetGuess As Double()
public:
array<double>^ GetGuess()
member GetGuess : unit -> float[]
Return Value
Type:
Double
A
double array of length
n containing the initial guess of the
solution.
See Also