ZerosFunctionSetGuess Method |
Sets the initial guess for the zeros.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetGuess(
double[] guess
)
Public Overridable Sub SetGuess (
guess As Double()
)
public:
virtual void SetGuess(
array<double>^ guess
)
abstract SetGuess :
guess : float[] -> unit
override SetGuess :
guess : float[] -> unit
Parameters
- guess
- Type: SystemDouble
A double array containing the initial guesses
for the number of zeros to be found. If a bound on the
zeros is also given, the guesses must satisfy the bound
condition.
See Also