ZeroSystemSetGuess Method |
Sets initial guess for the the solution.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void SetGuess(
double[] guess
)
Public Sub SetGuess (
guess As Double()
)
public:
void SetGuess(
array<double>^ guess
)
member SetGuess :
guess : float[] -> unit
Parameters
- guess
- Type: SystemDouble
A double array containing the initial guess.
See Also