GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Array-s.cc File Reference
#include "Array.h"
#include "Array.cc"
#include "oct-sort.cc"
#include "DiagArray2.h"
#include "DiagArray2.cc"
Include dependency graph for Array-s.cc:

Go to the source code of this file.

Macros

#define INLINE_ASCENDING_SORT   1
 
#define INLINE_DESCENDING_SORT   1
 

Variables

template class OCTAVE_API Array< idx_vector >
 
template class OCTAVE_API Array< octave_idx_type >
 
template class OCTAVE_API Array< short >
 
template class OCTAVE_API octave_sort< short >
 

Macro Definition Documentation

◆ INLINE_ASCENDING_SORT

#define INLINE_ASCENDING_SORT   1

Definition at line 32 of file Array-s.cc.

◆ INLINE_DESCENDING_SORT

#define INLINE_DESCENDING_SORT   1

Definition at line 33 of file Array-s.cc.

Variable Documentation

◆ Array< idx_vector >

template class OCTAVE_API Array< idx_vector >

Definition at line 41 of file Array-idx-vec.cc.

◆ Array< octave_idx_type >

template class OCTAVE_API Array< octave_idx_type >

◆ Array< short >

template class OCTAVE_API Array< short >

Definition at line 44 of file Array-s.cc.

◆ octave_sort< short >

template class OCTAVE_API octave_sort< short >

Definition at line 42 of file Array-s.cc.