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

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

[Octave-bug-tracker] [bug #66488] qr( sparse, 0) isn't equal to qr( spar


From: anonymous
Subject: [Octave-bug-tracker] [bug #66488] qr( sparse, 0) isn't equal to qr( sparse, 'vector')
Date: Thu, 28 Nov 2024 06:28:43 -0500 (EST)

Follow-up Comment #2, bug #66488 (group octave):

Matlab reports:
>> size(zzz)                                                   
ans =                                                          
     3     3   

The main issue I'm worried about is that
  qr( ..., 0) is supposed to be the same as qr( ..., 'vector')
It is for full matrices, but not for sparse.

This lead to a bug in eidors, which we fixed by using the 'vector' form.
However, the documentation says they're the same.



    _______________________________________________________

Reply to this item at:

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

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

Attachment: signature.asc
Description: PGP signature


reply via email to

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