Iterative Sparse Solver<T>.Result Property
Gets or sets the solution of the system of equations.
Definition
Namespace: Numerics.NET.LinearAlgebra.IterativeSolvers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public override DenseVector<T> Result { get; }
Property Value
DenseVector<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.