Newton Raphson Solver<T>.Initial Guess Property
Gets or sets the initial value for the Newton-Raphson
iteration.
Definition
Namespace: Numerics.NET.EquationSolvers.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
C#
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
public T InitialGuess { get; set; }