IMSL C# Numerical Library
BoundedLeastSquares.SetGuess Method
Sets the initial guess of the solution.
public
void
SetGuess(
double[]
guess
);
Parameters
guess
A
double
array containing an initial guess.
See Also
BoundedLeastSquares Class
|
Imsl.Math Namespace