26#if defined (HAVE_CONFIG_H)
32#define OCTAVE_EXTERN_TEMPLATE_ARRAY
43#define INLINE_ASCENDING_SORT 1
44#define INLINE_DESCENDING_SORT 1
95 do_bool_partition<false> (data, nel);
104 do_bool_partition<true> (data, nel);
113 do_bool_partition<false> (data, idx, nel);
122 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)