Mercurial > hg > octave-nkf
diff src/ov.h @ 9725:aea3a3a950e1
implement nth_element
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 14 Oct 2009 13:23:31 +0200 |
parents | 9a5598cf899d |
children | 70925b11ba46 |
line wrap: on
line diff
--- a/src/ov.h +++ b/src/ov.h @@ -270,6 +270,7 @@ 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 (const Array<std::string>& cellstr); octave_value (const idx_vector& idx); octave_value (double base, double limit, double inc); octave_value (const Range& r);