|  | DoubleCOWeightedLeastSqA Property | 
            Gets the matrix A used in the calculation. 
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleMatrix A { get; }Public ReadOnly Property A As DoubleMatrix
	Get
public:
property DoubleMatrix^ A {
	DoubleMatrix^ get ();
}member A : DoubleMatrix with get
Property Value
DoubleMatrix See Also
See Also