Fast Reduced Row Echelon Form
by Armin Ataei
25 Sep 2008
(Updated 11 Jan 2013)
A much faster version of MATLAB's RREF
|
Watch this File
|
| File Information |
| Description |
For full matrices, the algorithm is based on the vectorization of MATLAB's RREF function. A typical speed-up range is about 2-4 times of the MATLAB's RREF function. However, the actual speed-up depends on the size of A. The speed-up is quite considerable if the number of columns in A is considerably larger than the number of its rows or when A is not dense.
For sparse matrices, the algorithm ignores the tol value and uses sparse QR to compute the rref form, improving the speed by a few orders of magnitude.
Authors: Armin Ataei, Ashish Myles |
| Required Products |
MATLAB
|
| MATLAB release |
MATLAB 7.14 (R2012a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 29 Sep 2008 |
Screenshot was resized. |
| 11 Jan 2013 |
Added support for sparse matrices, which improves the speed-up a few orders of magnitude compared to the previous version of frref. |
| 11 Jan 2013 |
Support for sparse matrices was added, which improves the speed-up by a couple orders of magnitude compared to the previous version of frref. |
|
Contact us