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

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

[Octave-bug-tracker] [bug #47415] out of memory with factorized sparse m


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #47415] out of memory with factorized sparse matrix using mldivide
Date: Tue, 15 Mar 2016 20:59:31 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #7, bug #47415 (project octave):

I also tried the following:

Octave 4.1+

>> [l, u, p] = lu (A);
>> issparse (p)
ans = 0
>> issparse (-p)
ans = 0
-verbaitim-

Matlab

>> [l, u, p] = lu (A);
>> issparse (-p)
ans =
     1
>> issparse (p) 
ans =
     1
-verbaitim-

this difference makes sense because AFAIK Matlab, unlike Octave
does not have a specific permutation matrix class, but should we also return
true for issparse when applied to a permutation (or diagonal) matrix? should
unary minus applied to a permutation matrix return a sparse rahter than full
matrix?



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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