Diese Seite wird nicht mehr aktualisiert. Bitte besuchen Sie unsere neue Webpräsenz.
This page is not updated any longer. Please visit our new website.
RRQR-MEX provides a MATLAB routine rrqr, implementing an interface to the FORTRAN RRQR codes by G. Quintana-Orti und C.H. Bischof [BisQO98]. The binary mex files for windows 32bit and Linux 32bit have been compiled without processor optimizations and linked statically against the reference implementations of BLAS ans LAPACK. Therefor they should run on any Matlab installation later than R14. More recent Matlab versions support dynamical linking against special Mathworks LAPACK and BLAS libraries, which can improve the performance. Also processor specific compilation can increase the efficiency of the mexfiles. In those cases, or on other platforms one might whish to compile the mexfiles directly from source.
Laking the appropriate hardware we can not provide other binary files.
The sources for the RRQR library needed for the compilation from source can be found here.
An updated version with a bit more comfortable Makefiles can be found here.Based on the RRQR Peter Benner implemented a rank revealing tridiagonalization that can be found here.