Gets an explicit representation of the orthogonal matrix Q.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

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

Remarks

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

See Also