lebedov / scikit-cuda

Python interface to GPU-powered libraries
http://scikit-cuda.readthedocs.org/
Other
986 stars 179 forks source link

qr decomposition #331

Closed lkzs closed 2 years ago

lkzs commented 2 years ago

can scikit-cuda implement qr decomposition like this ?

[Qrc,Rrc,Prc] = qr(Rc);

Thanks for your reply!

lebedov commented 2 years ago

Unfortunately, no - the cusolver library that skcuda uses to perform QR decomp doesn't currently appear to support pivoted QR.