Gets or sets the initial value for the Newton-Raphson
iteration.
Namespace: Extreme.Mathematics.EquationSolvers
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public Vector InitialGuess { get; set; }
|
| Visual Basic (Declaration) |
Public Property InitialGuess As Vector
Get
Set
|
| Visual C++ |
public:
property Vector^ InitialGuess {
Vector^ get ();
void set (Vector^ value);
}
|
| F# |
member InitialGuess : Vector with get, set
|
Remarks
Exceptions
See Also