Mercurial > hg > octave-lyh
diff src/ov.h @ 10325:8b3cfc1288e2
implement lazy index conversions
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 16 Feb 2010 15:28:53 +0100 |
parents | f3b65e1ae355 |
children | 59e34bcdff13 |
line wrap: on
line diff
--- a/src/ov.h +++ b/src/ov.h @@ -271,7 +271,7 @@ octave_value (const Array<octave_idx_type>& inda, bool zero_based = false, bool cache_index = false); octave_value (const Array<std::string>& cellstr); - octave_value (const idx_vector& idx); + octave_value (const idx_vector& idx, bool lazy = true); octave_value (double base, double limit, double inc); octave_value (const Range& r); octave_value (const Octave_map& m);