  | FloatQRDecompQ Property | 
            Gets an explicit representation of the orthogonal matrix Q.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic FloatMatrix Q { get; }Public ReadOnly Property Q As FloatMatrix
	Get
public:
property FloatMatrix^ Q {
	FloatMatrix^ get ();
}member Q : FloatMatrix with get
Property Value
FloatMatrix
Remarks
            If the factored matrix has dimension m x n, the dimension of Q
            is m x min(m,n).
            
See Also