Iterative Sparse Solver<T>.Last Correction Property
Gets the vector containing the residuals of the solution.
Definition
Namespace: Numerics.NET.LinearAlgebra.IterativeSolvers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A dense vector.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public DenseVector<T> LastCorrection { get; }
Property Value
DenseVector<T>A dense vector.