diff --git a/README.md b/README.md index 2bedee2..14f4ed8 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ +[![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.