LeastSquaresSolver<T>.Solve Method

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

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<T> Solve()

Return Value

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

See Also