Idea is to support `qr_full!(A, alg)` which creates `QR` internally, and then a `qr_full!!(A, QR, alg)` that is "fully" inplace. We will need to write some new AD rules for these.
Idea is to support
qr_full!(A, alg)which createsQRinternally, and then aqr_full!!(A, QR, alg)that is "fully" inplace.We will need to write some new AD rules for these.