Curve Fitter<T>.Initial Guess Property
Gets or sets the initial value for the iteration.
Definition
Namespace: Numerics.NET.Curves.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 Vector<T> InitialGuess { get; set; }
Property Value
Vector<T>Remarks
The length of the vector must be the same as the number of unknowns in the system of equations.