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.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleMatrix QFull { get; }
Visual Basic (Declaration)
Public ReadOnly Property QFull As DoubleMatrix
Visual C++
public:
property DoubleMatrix^ QFull {
	DoubleMatrix^ get ();
}

See Also