LeastSquaresSolver<T>.SolutionMethod Property

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

Definition

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

Property Value

LeastSquaresSolutionMethod

See Also