LeastSquaresSolver<T>.Solve Method

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

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Vector<T> Solve()

Return Value

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

See Also