Functions | |
void | decomposeQR () |
This tutorial shows how to decompose a matrix A in an orthogonal matrix Q and an uppper triangular matrix R uisng 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 13 of file decomposeQR.C.