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

Return Value

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

See Also