Gets or sets the LeastSquaresSolutionMethod used to calculate this LeastSquaresSolver.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Property SolutionMethod As LeastSquaresSolutionMethod
C#
public LeastSquaresSolutionMethod SolutionMethod { get; set; }
C++
public:
LeastSquaresSolutionMethod SolutionMethod {
	LeastSquaresSolutionMethod get ();
	void set (LeastSquaresSolutionMethod value);
}