Least Squares Solver<T>.Solution Property
Gets the solution to the least squares problem.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A vector containing the least norm solution to the least squares problem.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Vector<T> Solution { get; }
Return Value
Vector<T>A vector containing the least norm solution to the least squares problem.