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

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

[Octave-bug-tracker] [bug #51950] sparse qr may return a malformed spars


From: Rik
Subject: [Octave-bug-tracker] [bug #51950] sparse qr may return a malformed sparse matrix R with out of bounds entries
Date: Sat, 9 Sep 2017 13:56:35 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #15, bug #51950 (project octave):

Good analysis.  One question, is it always the case that the inserted rows can
safely be deleted?  In the example we are using, the R matrix has three fully
empty rows between the last row with an entry at (2,2) and the next entry at
(6,6).  Collapsing null rows is a fairly easy operation and if the entry at
(6,6) were moved to (3,6) everything would work out correctly.

Second, Tim Davis, author of SuiteSparse has moved from the U. of Florida to
Texas A&M.  The overview page for SuiteSparse is now at
http://faculty.cse.tamu.edu/davis/suitesparse.html.  According to this page,
Matlab *has* moved QR to rely on the SuiteSparse library.  Given that Octave
already uses SuiteSparse in some capacity, maybe we should just switch to a
different library.  Is there a comparison table between CSparse, CXSparse, and
SuiteSparse in terms of things like memory usage, efficiency, speed, etc.?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51950>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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