Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0, 2.1, 2.2
-
None
-
None
Description
The current QR decomposition implementation performs no column pivoting and is thus not rank revealing.
A rank revealing QR decomposition could determine rank more efficiently, though not always as reliably, as from the Singular Value Decomposition. Additionally the rank revealing decomposition can be used in least-squares algorithms on rank-deficient matrices.