Solves the least squares problem and returns the least norm solution.

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

Syntax

Visual Basic (Declaration)
Public Function Solve As Vector
C#
public Vector Solve ()
C++
public:
Vector^ Solve ()

Return Value

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