Sets the initial guess of the solution.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void SetGuess(
double[] xGuess
)
Public Sub SetGuess (
xGuess As Double()
)
public:
void SetGuess(
array<double>^ xGuess
)
member SetGuess :
xGuess : float[] -> unit
Parameters
- xGuess
- Type: SystemDouble
A double array of length n containing the initial guess of the
solution.
Remarks By default the elements of this array are set to 0.0.
See Also