IterativeSparseSolver<T>.Residuals 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.0
C#
public DenseVector<T> Residuals { get; }

Property Value

DenseVector<T>
A dense vector.

See Also