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