26#if defined (HAVE_CONFIG_H)
37#define INLINE_ASCENDING_SORT 1
38#define INLINE_DESCENDING_SORT 1
104 const float *el =
data ();
template OCTAVE_API std::ostream & operator<<(std::ostream &, const Array< float > &)
bool sort_isnan< float >(float x)
static bool nan_ascending_compare(float x, float y)
Array< float >::compare_fcn_type safe_comparator(sortmode mode, const Array< float > &a, bool allow_chk)
static bool nan_descending_compare(float x, float y)
#define INSTANTIATE_ARRAY(T, API)
N Dimensional Array with copy-on-write semantics.
octave_idx_type numel(void) const
Number of elements in the array.
const T * data(void) const
Size of the specified dimension.
OCTARRAY_API sortmode issorted(sortmode mode=UNSORTED) const
Ordering is auto-detected or can be specified.
F77_RET_T const F77_DBLE * x