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

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

[Octave-bug-tracker] [bug #36104] determinant of a sparse zero matrix


From: David Bateman
Subject: [Octave-bug-tracker] [bug #36104] determinant of a sparse zero matrix
Date: Sat, 19 May 2012 00:01:37 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0

Update of bug #36104 (project octave):

                  Status:               Confirmed => Fixed                  
             Assigned to:                    None => dbateman               
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

This could be considered a bug in UMFPACK from my point of view, though it did
point out another problem in the sparse constructor. The issue is that if the
index vectors for empty then the sparse constrctor creates ridx and data
indices that are 0 as they should be used. Apparently UMFPACK checks that
these indices have valid values before doing any calculation even though they
shouldn't be used.

However, if we define nzmax we should have valid ridx and data indicies and as
the constructor stands we don't. So the easiest fix is just to ensure that
ridx and data are valid in all cases. 

See the changeset 8d2ce821e38a

D.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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