#include <cassert>
#include <algorithm>
#include <cstring>
#include <stack>
#include "lo-error.h"
#include "lo-mappers.h"
#include "quit.h"
#include "oct-sort.h"
#include "oct-locbuf.h"
Go to the source code of this file.
Classes | |
struct | sortrows_run_t |
Typedefs | |
template<typename T > | |
using | compare_fcn_ptr = bool(*)(typename ref_param< T >::type, typename ref_param< T >::type) |
Functions | |
static octave_idx_type | roundupsize (std::size_t n) |
using compare_fcn_ptr = bool (*) (typename ref_param<T>::type, typename ref_param<T>::type) |
Definition at line 1515 of file oct-sort.cc.
|
inlinestatic |
Definition at line 498 of file oct-sort.cc.
Referenced by octave_sort< T >::MergeState::getmem(), and octave_sort< T >::MergeState::getmemi().