LeastSquaresSolver<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.0
C#
public Vector<T> Solution { get; }

Return Value

Vector<T>
A vector containing the least norm solution to the least squares problem.

See Also