26 #if defined (HAVE_CONFIG_H)
35 #define INLINE_ASCENDING_SORT 1
36 #define INLINE_DESCENDING_SORT 1
91 do_bool_partition<false> (data, nel);
100 do_bool_partition<true> (data, nel);
109 do_bool_partition<false> (data, idx, nel);
118 do_bool_partition<true> (data, idx, nel);
template OCTAVE_API std::ostream & operator<<(std::ostream &, const Array< bool > &)
static void do_bool_partition(bool *data, octave_idx_type nel)
#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)