NewtonRaphsonSolver.InitialGuess Property

Gets or sets the initial value for the Newton-Raphson iteration.

Definition

Namespace: Numerics.NET.EquationSolvers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public double InitialGuess { get; set; }

Property Value

Double

See Also