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

SingularValueDecomposition constructor blocks with NaN in the matrix

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 3.0
    • 3.2
    • None
    • None
    • jdk1.7.0_13 32bit, Netbeans 7.2.1, Win7 x64

    Description

      //Create coefficient (A) Matrix
      RealMatrix coefficients =
      new Array2DRowRealMatrix(coeffs);

      SingularValueDecomposition svd = new SingularValueDecomposition(coefficients);

      //When coeffs is a 2x2 matrix with all elements Nan, the constructor blocks indefinitely /w 100% CPU usage

      Attachments

        Activity

          People

            Unassigned Unassigned
            mafa Matti Franssila
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: