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