Gets the solution to the least squares problem.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Solution As Vector
C#
public Vector Solution { get; }
C++
public:
Vector^ Solution {
	Vector^ get ();
}

Return Value

A Vector containing the least norm solution to the least squares problem.