Matrix<T>.Get QRDecomposition Method
            
            Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
Overload List
| Get | Returns the QR decomposition of the matrix. | 
| Get | Returns the QR decomposition of the matrix. | 
GetQRDecomposition
            Returns the QR decomposition of the matrix.
            
public QRDecomposition<T> GetQRDecomposition()Return Value
QRDecomposition<T>An QRDecomposition<T> object that represents the QR decomposition of the matrix.
GetQRDecomposition(Boolean)
            Returns the QR decomposition of the matrix.
            
public virtual QRDecomposition<T> GetQRDecomposition(
	bool overwriteMatrix
)Parameters
- overwriteMatrix Boolean
 - A boolean value that indicates whether the contents of the matrix may be overwritten by the decomposition.
 
Return Value
QRDecomposition<T>An QRDecomposition<T> object that represents the QR decomposition of the matrix.