GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
oct-sort.h File Reference
#include "octave-config.h"
#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

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

Enumerations

enum  sortmode { UNSORTED = 0 , ASCENDING , DESCENDING }
 

Enumeration Type Documentation

◆ sortmode

enum sortmode
Enumerator
UNSORTED 
ASCENDING 
DESCENDING 

Definition at line 95 of file oct-sort.h.