octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #57475] svds returns unusual error


From: CH
Subject: [Octave-bug-tracker] [bug #57475] svds returns unusual error
Date: Wed, 25 Dec 2019 05:12:59 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0

URL:
  <https://savannah.gnu.org/bugs/?57475>

                 Summary: svds returns unusual error
                 Project: GNU Octave
            Submitted by: atcl
            Submitted on: Wed 25 Dec 2019 10:12:57 AM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Missed Error or Warning
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: Any

    _______________________________________________________

Details:

Calling svds on NaN matrix requesting a set number of singular values less
than largest dimension of the argument matrix returns:


svds(nan*ones(3),2)
DLASCL: parameter number 4 is invalid
error: Fortran procedure terminated by call to XERBLA
error: called from
    eigs at line 285 column 20
    svds at line 187 column 9



while requesting all singular values gives:


svds(nan*ones(3),3)
error: eig: EIG: matrix contains Inf or NaN values
error: called from
    eigs at line 277 column 22
    svds at line 187 column 9


Does the first error messagee need to be fixed?

Best





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57475>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]