Navigation

Operators and Keywords

Function List:

C++ API

octave_sort< T > Member List

This is the complete list of members for octave_sort< T >, including all inherited members.

ascending_compare(typename ref_param< T >::type, typename ref_param< T >::type)octave_sort< T > [inline, static]
compare_fcn_type typedefoctave_sort< T >
descending_compare(typename ref_param< T >::type, typename ref_param< T >::type)octave_sort< T > [inline, static]
is_sorted(const T *data, octave_idx_type nel)octave_sort< T > [inline]
is_sorted_rows(const T *data, octave_idx_type rows, octave_idx_type cols)octave_sort< T > [inline]
lookup(const T *data, octave_idx_type nel, const T &value)octave_sort< T > [inline]
lookup(const T *data, octave_idx_type nel, const T *values, octave_idx_type nvalues, octave_idx_type *idx, octave_idx_type offset=0)octave_sort< T > [inline]
lookupb(const T *data, octave_idx_type nel, const T *values, octave_idx_type nvalues, bool *match)octave_sort< T > [inline]
lookupm(const T *data, octave_idx_type nel, const T *values, octave_idx_type nvalues, octave_idx_type *idx)octave_sort< T > [inline]
nth_element(T *data, octave_idx_type nel, octave_idx_type lo, octave_idx_type up=-1)octave_sort< T > [inline]
octave_sort(void)octave_sort< T > [inline]
octave_sort(compare_fcn_type)octave_sort< T > [inline]
set_compare(compare_fcn_type comp)octave_sort< T > [inline]
set_compare(sortmode mode)octave_sort< T > [inline]
sort(T *data, octave_idx_type nel)octave_sort< T > [inline]
sort(T *data, octave_idx_type *idx, octave_idx_type nel)octave_sort< T > [inline]
sort_rows(const T *data, octave_idx_type *idx, octave_idx_type rows, octave_idx_type cols)octave_sort< T > [inline]
~octave_sort(void)octave_sort< T > [inline]