| QRDecompositionDQ Property |
Gets the orthogonal matrix Q. (This property returns the internal matrix, not a copy.)
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public MatrixD Q { get; }
Public ReadOnly Property Q As MatrixD
Get
public:
property MatrixD^ Q {
MatrixD^ get ();
}
member Q : MatrixD with get
Property Value
Type:
MatrixDThe orthogonal matrix Q.
See Also