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

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

[Octave-bug-tracker] [bug #34173] Possible bug with multiplification wit


From: Jordi Gutiérrez Hermoso
Subject: [Octave-bug-tracker] [bug #34173] Possible bug with multiplification with matrices and "-" sign
Date: Tue, 30 Aug 2011 15:51:34 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20110109 Watercrane/3.6.13

Follow-up Comment #9, bug #34173 (project octave):

Btw, this is enough to reproduce it:


-Qq


It appears that Qq is a permutation matrix, which is stored sparsely, and
attempting to make it negative tries to cast it from a permutation matrix to a
full matrix, which is why you run out of memory.

The fix seems to be to make permutation matrices (an internal Octave type)
first attempt a cast into sparse matrices into full matrices. I'll look into
making this fix.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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