LeastSquaresSolver<T>.SolutionMethod Property

Gets or sets the LeastSquaresSolutionMethod used to calculate this LeastSquaresSolver<T>.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public LeastSquaresSolutionMethod SolutionMethod { get; set; }

Property Value

LeastSquaresSolutionMethod

See Also