From octave-maintainers-request at bevo dot che dot wisc dot edu Thu Sep 7 20:53:18 2000 Subject: Re: [PATCH] Add min/max tests. (4/4) From: "John W. Eaton" To: Paul Kienzle Cc: ejr at EECS dot Berkeley dot EDU, octave-maintainers@bevo.che.wisc.edu Date: Thu, 7 Sep 2000 20:53:42 -0500 (CDT) On 8-Sep-2000, Paul Kienzle wrote: | To make it completely proper is a bit more work. You must protect the | do_fortran_indexing state. For the (relatively common) case where a single matrix index is the result of a call to find(), it seems like it would make more sense to return a special `indexing object' that could be used on a matrix of the same shape as the one passed to find() without having to worry about do_fortran_indexing. Would that make sense, or do you think it would also be too restrictive? jwe