You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[![View Rank-Revealing QR factorization on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/18591-rank-revealing-qr-factorization)
Rank-Revealing QR factorization of an array. These Matlab mex-functions are using the rank-revealing QR routines xGEQPX and xGEQPY from ACM Algorithm 782 which has been converted from Fortran to C code using F2C. Can also handle complex and single precision array's.