Iterative Sparse Solver<T>.Initial Guess Property
Gets or sets the solution of the system of equations.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra.IterativeSolvers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Vector<T> InitialGuess { get; set; }
Property Value
Vector<T>Remarks
Before the algorithm is run, this property may be set to an appropriate initial guess.
After the algorithm has run, this property returns the best estimate of the solution.