26 #if defined (HAVE_CONFIG_H)
42 #define INLINE_ASCENDING_SORT 1
43 #define INLINE_DESCENDING_SORT 1
94 do_bool_partition<false> (data, nel);
103 do_bool_partition<true> (data, nel);
112 do_bool_partition<false> (data, idx, nel);
121 do_bool_partition<true> (data, idx, nel);
template std::ostream & operator<<(std::ostream &, const Array< bool > &)
#define INSTANTIATE_ARRAY(T, API)
N Dimensional Array with copy-on-write semantics.
void sort(T *data, octave_idx_type nel)
#define OCTAVE_LOCAL_BUFFER(T, buf, size)