Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
decomposeQR.C File Reference

Detailed Description

View in nbviewer Open in SWAN
This tutorial shows how to decompose a matrix A in an orthogonal matrix Q and an upper triangular matrix R using QR Householder decomposition with the TDecompQRH class.

The matrix same matrix as in this example is used: https://en.wikipedia.org/wiki/QR_decomposition#Example_2

Author

Definition in file decomposeQR.C.