NewtonRaphsonSolver.InitialGuess Property

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

Definition

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

Property Value

Double

See Also