Click or drag to resize

FloatComplexQRDecompQ Property

Gets an explicit representation of the orthogonal matrix Q.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplexMatrix Q { get; }

Property Value

FloatComplexMatrix
Remarks
If the factored matrix has dimension m x n, the dimension of Q is m x min(m,n).
See Also