[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-patch-tracker] [patch #8386] Fixed up "find" function with templ
From: |
David Spies |
Subject: |
[Octave-patch-tracker] [patch #8386] Fixed up "find" function with templates and fourth parameter |
Date: |
Mon, 10 Mar 2014 21:04:53 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:27.0) Gecko/20100101 Firefox/27.0 |
Follow-up Comment #1, patch #8386 (project octave):
Sorry, there were still some bugs. I fixed them. It now passes all the same
unit tests as before and works the same as Matlab for multi-dimensional
arrays.
Additionally I noticed another bug in the current "find". If given nargout >=
6 with a sparse array, Octave crashes. I removed support for 5 return values
(with the last two being nrows,ncols), because it's:
a) unnecessary
b) undocumented
c) unsupported for full matrices
d) unimplemented in Matlab
(file #30849)
_______________________________________________________
Additional Item Attachment:
File name: find4.diff Size:22 KB
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?8386>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-patch-tracker] [patch #8386] Fixed up "find" function with templates and fourth parameter, David Spies, 2014/03/09
- [Octave-patch-tracker] [patch #8386] Fixed up "find" function with templates and fourth parameter,
David Spies <=
- [Octave-patch-tracker] [patch #8386] Fixed up "find" function with templates and fourth parameter, John W. Eaton, 2014/03/12
- [Octave-patch-tracker] [patch #8386] Fixed up "find" function with templates and fourth parameter, David Spies, 2014/03/19
- [Octave-patch-tracker] [patch #8386] Fixed up "find" function with templates and fourth parameter, David Spies, 2014/03/20
- [Octave-patch-tracker] [patch #8386] Fixed up "find" function with templates and fourth parameter, John W. Eaton, 2014/03/20
- [Octave-patch-tracker] [patch #8386] Fixed up "find" function with templates and fourth parameter, John W. Eaton, 2014/03/20
- [Octave-patch-tracker] [patch #8386] Fixed up "find" function with templates and fourth parameter, David Spies, 2014/03/21