GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Array-i.cc File Reference
#include "oct-inttypes-fwd.h"
#include "Array.h"
#include "Array-base.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_CLASS_TEMPLATE_INSTANTIATION_API Array< int >
 
template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< long >
 
template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< octave_int16 >
 
template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< octave_int32 >
 
template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< octave_int64 >
 
template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< octave_int8 >
 
template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< octave_uint16 >
 
template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< octave_uint32 >
 
template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< octave_uint64 >
 
template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< octave_uint8 >
 
template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< signed char >
 
template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< unsigned char >
 
template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< unsigned int >
 
template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< unsigned long >
 
template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< unsigned short >
 

Macro Definition Documentation

◆ INLINE_ASCENDING_SORT

#define INLINE_ASCENDING_SORT   1

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

◆ INLINE_DESCENDING_SORT

#define INLINE_DESCENDING_SORT   1

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

Variable Documentation

◆ Array< int >

template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< int >

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

◆ Array< long >

template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< long >

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

◆ Array< octave_int16 >

template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< octave_int16 >

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

◆ Array< octave_int32 >

template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< octave_int32 >

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

◆ Array< octave_int64 >

template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< octave_int64 >

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

◆ Array< octave_int8 >

template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< octave_int8 >

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

◆ Array< octave_uint16 >

template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< octave_uint16 >

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

◆ Array< octave_uint32 >

template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< octave_uint32 >

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

◆ Array< octave_uint64 >

template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< octave_uint64 >

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

◆ Array< octave_uint8 >

template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< octave_uint8 >

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

◆ Array< signed char >

template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< signed char >

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

◆ Array< unsigned char >

template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< unsigned char >

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

◆ Array< unsigned int >

template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< unsigned int >

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

◆ Array< unsigned long >

template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< unsigned long >

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

◆ Array< unsigned short >

template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< unsigned short >

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