NewtonRaphsonSolver<T>.InitialGuess 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.0
C#
public T InitialGuess { get; set; }

Property Value

T

See Also