.NET Matrix Library
Q Property
See Also  Send Feedback



Gets the factor Q, the orthogonal matrix of the LQ factorization.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Q As CMatrix
Visual Basic (Usage)Copy Code
Dim instance As CLQ
Dim value As CMatrix
 
value = instance.Q
C# 
public CMatrix Q {get;}
C++/CLI 
public:
property CMatrix^ Q {
   CMatrix^ get();
}

Property Value

A CMatrix object containing the factor Q of the LQ factorization.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library