Least Squares Solver<T>.Get Residuals Method
Returns a vector containing the residuals
of the least squares solution.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A vector containing the residuals of the least squares solution.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Vector<T> GetResiduals()
Return Value
Vector<T>A vector containing the residuals of the least squares solution.
Remarks
.