Gets the solution to the least squares problem.
Namespace: Extreme.Mathematics.LinearAlgebra.ComplexAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public SingleComplexVector Solution { get; }
Public ReadOnly Property Solution As SingleComplexVector
Get
public:
property SingleComplexVector^ Solution {
SingleComplexVector^ get ();
}
member Solution : SingleComplexVector with get
Return Value
Type:
SingleComplexVectorA
ComplexVector containing the least
norm solution to the least squares problem.
Numerical Libraries
Supported in: 5.x, 4.x
Reference