GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Array-i.cc File Reference
#include "oct-inttypes.h"
#include "Array.h"
#include "Array.cc"
#include "oct-sort.cc"
#include "DiagArray2.h"
#include "DiagArray2.cc"
Include dependency graph for Array-i.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< int >
 
template class OCTAVE_API Array< long >
 
template class OCTAVE_API Array< octave_int16 >
 
template class OCTAVE_API Array< octave_int32 >
 
template class OCTAVE_API Array< octave_int64 >
 
template class OCTAVE_API Array< octave_int8 >
 
template class OCTAVE_API Array< octave_uint16 >
 
template class OCTAVE_API Array< octave_uint32 >
 
template class OCTAVE_API Array< octave_uint64 >
 
template class OCTAVE_API Array< octave_uint8 >
 
template class OCTAVE_API DiagArray2< int >
 
template class OCTAVE_API octave_sort< int >
 
template class OCTAVE_API octave_sort< long >
 
template class OCTAVE_API octave_sort< octave_int16 >
 
template class OCTAVE_API octave_sort< octave_int32 >
 
template class OCTAVE_API octave_sort< octave_int64 >
 
template class OCTAVE_API octave_sort< octave_int8 >
 
template class OCTAVE_API octave_sort< octave_uint16 >
 
template class OCTAVE_API octave_sort< octave_uint32 >
 
template class OCTAVE_API octave_sort< octave_uint64 >
 
template class OCTAVE_API octave_sort< octave_uint8 >
 

Macro Definition Documentation

◆ INLINE_ASCENDING_SORT

#define INLINE_ASCENDING_SORT   1

Definition at line 37 of file Array-i.cc.

◆ INLINE_DESCENDING_SORT

#define INLINE_DESCENDING_SORT   1

Definition at line 38 of file Array-i.cc.

Variable Documentation

◆ Array< idx_vector >

template class OCTAVE_API Array< idx_vector >
extern

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

◆ Array< int >

template class OCTAVE_API Array< int >

Definition at line 52 of file Array-i.cc.

◆ Array< long >

template class OCTAVE_API Array< long >

Definition at line 53 of file Array-i.cc.

◆ Array< octave_int16 >

template class OCTAVE_API Array< octave_int16 >

Definition at line 64 of file Array-i.cc.

◆ Array< octave_int32 >

template class OCTAVE_API Array< octave_int32 >

Definition at line 65 of file Array-i.cc.

◆ Array< octave_int64 >

template class OCTAVE_API Array< octave_int64 >

Definition at line 66 of file Array-i.cc.

◆ Array< octave_int8 >

template class OCTAVE_API Array< octave_int8 >

Definition at line 63 of file Array-i.cc.

◆ Array< octave_uint16 >

template class OCTAVE_API Array< octave_uint16 >

Definition at line 74 of file Array-i.cc.

◆ Array< octave_uint32 >

template class OCTAVE_API Array< octave_uint32 >

Definition at line 75 of file Array-i.cc.

◆ Array< octave_uint64 >

template class OCTAVE_API Array< octave_uint64 >

Definition at line 76 of file Array-i.cc.

◆ Array< octave_uint8 >

template class OCTAVE_API Array< octave_uint8 >

Definition at line 73 of file Array-i.cc.

◆ DiagArray2< int >

template class OCTAVE_API DiagArray2< int >

Definition at line 81 of file Array-i.cc.

◆ octave_sort< int >

template class OCTAVE_API octave_sort< int >

Definition at line 46 of file Array-i.cc.

◆ octave_sort< long >

template class OCTAVE_API octave_sort< long >

Definition at line 47 of file Array-i.cc.

◆ octave_sort< octave_int16 >

template class OCTAVE_API octave_sort< octave_int16 >

Definition at line 59 of file Array-i.cc.

◆ octave_sort< octave_int32 >

template class OCTAVE_API octave_sort< octave_int32 >

Definition at line 60 of file Array-i.cc.

◆ octave_sort< octave_int64 >

template class OCTAVE_API octave_sort< octave_int64 >

Definition at line 61 of file Array-i.cc.

◆ octave_sort< octave_int8 >

template class OCTAVE_API octave_sort< octave_int8 >

Definition at line 58 of file Array-i.cc.

◆ octave_sort< octave_uint16 >

template class OCTAVE_API octave_sort< octave_uint16 >

Definition at line 69 of file Array-i.cc.

◆ octave_sort< octave_uint32 >

template class OCTAVE_API octave_sort< octave_uint32 >

Definition at line 70 of file Array-i.cc.

◆ octave_sort< octave_uint64 >

template class OCTAVE_API octave_sort< octave_uint64 >

Definition at line 71 of file Array-i.cc.

◆ octave_sort< octave_uint8 >

template class OCTAVE_API octave_sort< octave_uint8 >

Definition at line 68 of file Array-i.cc.