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