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