Closed kjslag closed 8 years ago
Great! unpackQR was written to get a simple, working version of "full" qr. Later I added qrgr, but I didn't change qr because it gives a thin factorization. Anyway, it is an excellent idea to add a fast thinQR. Thanks for your contributon!
qr
andrq
are very slow for large matrices becauseunpackQR
is very slow [#201]. This patch implementsthinQR
andthinRQ
usingqrgr
, which is much faster.