Click or drag to resize

DoubleQRDecompQFull Property

Gets an explicit representation of the Q matrix in the full QR factorization. The matrix Q is m x m where m is the number of rows in the factored matrix.

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

Property Value

DoubleMatrix
See Also