SquareQRDecompositionQMatrix Property |
The orthogonal matrix Q.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public SquareMatrix QMatrix { get; }
Public ReadOnly Property QMatrix As SquareMatrix
Get
public:
property SquareMatrix^ QMatrix {
SquareMatrix^ get ();
}
member QMatrix : SquareMatrix with get
Return Value
Type:
SquareMatrixThe orthogonal matrix Q.
Remarks The returned matrix is read-only. If you need to make changes to it, you can call Copy to obtain a writable copy.
See Also