Gets the vector containing the residuals of the solution.
Namespace:
Extreme.Mathematics.LinearAlgebra.IterativeSolvers
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public DenseVector<T> Residuals { get; }
Public ReadOnly Property Residuals As DenseVector(Of T)
Get
public:
property DenseVector<T>^ Residuals {
DenseVector<T>^ get ();
}
member Residuals : DenseVector<'T> with get
Property Value
Type:
DenseVectorTA dense vector.
Reference