Navigation

Operators and Keywords

Function List:

C++ API

oct-sort.h File Reference

#include "lo-traits.h"

Include dependency graph for oct-sort.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  octave_sort< T >
struct  octave_sort< T >::octave_sort::s_slice
struct  octave_sort< T >::octave_sort::MergeState
class  vec_index< T >

Defines

#define octave_sort_h   1
#define MAX_MERGE_PENDING   85
#define MIN_GALLOP   7
#define MERGESTATE_TEMP_SIZE   1024

Enumerations

enum  sortmode { UNSORTED = 0, ASCENDING, DESCENDING }

Define Documentation

#define MAX_MERGE_PENDING   85

#define MERGESTATE_TEMP_SIZE   1024

#define MIN_GALLOP   7

#define octave_sort_h   1


Enumeration Type Documentation

enum sortmode

Enumerator:
UNSORTED 
ASCENDING 
DESCENDING