Mercurial > hg > octave-lyh
diff src/ov.h @ 9351:e2344f4af0cb
autocache indices returned from find et al.
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Mon, 15 Jun 2009 12:52:53 +0200 |
parents | 67fc970dad7d |
children | d9716e3ee0dd |
line wrap: on
line diff
--- a/src/ov.h +++ b/src/ov.h @@ -261,6 +261,8 @@ octave_value (const ArrayN<octave_uint32>& inda); octave_value (const uint64NDArray& inda); octave_value (const ArrayN<octave_uint64>& inda); + octave_value (const Array<octave_idx_type>& inda, + bool zero_based = false, bool cache_index = false); octave_value (double base, double limit, double inc); octave_value (const Range& r); octave_value (const Octave_map& m);