|  | FloatComplexLeastSquaresX Property | 
            Gets the least squares solution x for the least squares problem
            Ax = y.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic FloatComplexVector X { get; }Public ReadOnly Property X As FloatComplexVector
	Get
public:
property FloatComplexVector^ X {
	FloatComplexVector^ get ();
}member X : FloatComplexVector with get
Property Value
FloatComplexVector See Also
See Also