Rank Revealing QR Decomposition missing
---------------------------------------

                 Key: MATH-630
                 URL: https://issues.apache.org/jira/browse/MATH-630
             Project: Commons Math
          Issue Type: Improvement
    Affects Versions: 3.0
            Reporter: Christopher Nix
            Priority: Minor


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.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to