Least Squares Solver<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#
A vector containing the least norm solution to the least squares problem.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Vector<T> Solve()
Return Value
Vector<T>A vector containing the least norm solution to the least squares problem.