Sets initial guess for the the solution.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public void SetGuess( double[] guess ) |
Visual Basic (Declaration) |
---|
Public Sub SetGuess ( _ guess As Double() _ ) |
Visual C++ |
---|
public: void SetGuess( array<double>^ guess ) |
Parameters
- guess
- Type: array<
System..::.Double
>[]()[]
A double array containing the initial guess.