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 > [static]
compare_fcn_type typedefoctave_sort< T >
descending_compare(typename ref_param< T >::type, typename ref_param< T >::type)octave_sort< T > [static]
is_sorted(const T *data, octave_idx_type nel)octave_sort< T >
is_sorted_rows(const T *data, octave_idx_type rows, octave_idx_type cols)octave_sort< T >
lookup(const T *data, octave_idx_type nel, const T &value)octave_sort< T >
lookup(const T *data, octave_idx_type nel, const T *values, octave_idx_type nvalues, octave_idx_type *idx)octave_sort< T >
lookup_sorted(const T *data, octave_idx_type nel, const T *values, octave_idx_type nvalues, octave_idx_type *idx, bool rev=false)octave_sort< T >
nth_element(T *data, octave_idx_type nel, octave_idx_type lo, octave_idx_type up=-1)octave_sort< T >
octave_sort(void)octave_sort< T >
octave_sort(compare_fcn_type)octave_sort< T >
set_compare(compare_fcn_type comp)octave_sort< T > [inline]
set_compare(sortmode mode)octave_sort< T >
sort(T *data, octave_idx_type nel)octave_sort< T >
sort(T *data, octave_idx_type *idx, octave_idx_type nel)octave_sort< T >
sort(bool *data, octave_idx_type nel, std::less< bool >)octave_sort< T >
sort(bool *data, octave_idx_type nel, std::greater< bool >)octave_sort< T >
sort(bool *data, octave_idx_type *idx, octave_idx_type nel, std::less< bool >)octave_sort< T >
sort(bool *data, octave_idx_type *idx, octave_idx_type nel, std::greater< bool >)octave_sort< T >
sort_rows(const T *data, octave_idx_type *idx, octave_idx_type rows, octave_idx_type cols)octave_sort< T >
~octave_sort(void)octave_sort< T >
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines