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 negating a permutation m


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #47415] out of memory negating a permutation matrix
Date: Wed, 23 Mar 2016 16:59:23 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0 Iceweasel/44.0

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

Yes, Matlab does not have permutation matrices.  So I think the question is,
do we make the result of things like


a = rand (2);
[q, r, p] = qr (a);
neg_p = -p;
1 ./ neg_p;


produce the same result as Matlab, or not?

Even though Matlab will not display the -0, I think it will produce -Inf for
the division by -0 because it does compute the -0, it's just not displaying it
directly.


    _______________________________________________________

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]