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

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

[Octave-bug-tracker] [bug #60273] Wrong result in GSVD


From: Rik
Subject: [Octave-bug-tracker] [bug #60273] Wrong result in GSVD
Date: Tue, 23 Mar 2021 12:16:58 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36

Update of bug #60273 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

Confirmed.

The problem is only with matrix X as stated.  The code in question is in
liboctave/numeric/gsvd.cc.  The code there calls LAPACK to perform the actual
gsvd calculation.

There are several possibilities.  1) Octave is not calling LAPACK correctly,
2) there is a bug in LAPACK, 3) or matrix X is meant to be calculated outside
of LAPACK via some other method such as the suggested


X = A'*U*inv(C)


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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