|
| From: | David Spies |
| Subject: | [Octave-bug-tracker] [bug #40341] Logical indexing into sparse matrices causes OOM |
| Date: | Fri, 07 Feb 2014 21:47:30 +0000 |
| User-agent: | Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/32.0.1700.102 Chrome/32.0.1700.102 Safari/537.36 |
Follow-up Comment #9, bug #40341 (project octave):
Oh no,
v = nonzeros(A .* B);
doesn't quite mean the same thing as
v = A(B)
since it ignores the zeros
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?40341>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |