Uploaded image for project: 'Commons Math'
  1. Commons Math
  2. MATH-342

SVD crashes when applied to a strongly rectangular matrix (typical case of least-squares problem)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0
    • 2.1
    • None
    • None

    Description

      When SVD is applied to a strongly rectangular matrix (number of rows way larger than number of columns, typical case of least-squares problem), finite precision arithmetics shows up:

      • in EigenDecompositionImpl.isSymmetric: a by-definition symmetric matrix returns false;
      • in EigenDecompositionImpl.findEigenVectors: too many iterations exception

      Attachments

        Activity

          People

            dimpbx Dimitri Pourbaix
            dimpbx Dimitri Pourbaix
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: