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 21:26:26 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:45.0) Gecko/20100101 Firefox/45.0

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

My last two posts don't show up correctly in the tracker
so I'm trying to post them again.

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-



In Octave 3.8.1 I get:


octave:4> A = sprandn (10, 10, .4);
octave:5> [l, u, p] = lu (A);
octave:6> issparse (p)
ans = 0
octave:7> issparse (-p)
ans =  1
octave:8> version
ans = 3.8.1


this latter seems the most correct to me ...
is there a reason why it was changed?


    _______________________________________________________

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]