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

Property Value

DenseVector<T>
A dense vector.

See Also