Functions | |
void | decomposeQR () |
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
Definition in file decomposeQR.C.
void decomposeQR | ( | ) |
Definition at line 12 of file decomposeQR.C.