Navigation

Operators and Keywords

Function List:

C++ API

Array-i.cc File Reference

#include "oct-inttypes.h"
#include "Array.h"
#include "Array.cc"
#include "oct-sort.cc"
#include "Array2.h"
#include "DiagArray2.h"
#include "DiagArray2.cc"

Include dependency graph for Array-i.cc:


Defines

#define INLINE_ASCENDING_SORT
#define INLINE_DESCENDING_SORT

Functions

 INSTANTIATE_ARRAY_SORT (int)
 INSTANTIATE_ARRAY_SORT (long)
 INSTANTIATE_ARRAY (int, OCTAVE_API)
 INSTANTIATE_ARRAY (long, OCTAVE_API)
 INSTANTIATE_ARRAY_SORT (octave_int8)
 INSTANTIATE_ARRAY (octave_int8, OCTAVE_API)

Variables

template class OCTAVE_API Array2< int >
template class OCTAVE_API DiagArray2< int >

Define Documentation

#define INLINE_ASCENDING_SORT

#define INLINE_DESCENDING_SORT


Function Documentation

INSTANTIATE_ARRAY ( octave_int8  ,
OCTAVE_API   
)

INSTANTIATE_ARRAY ( long  ,
OCTAVE_API   
)

INSTANTIATE_ARRAY ( int  ,
OCTAVE_API   
)

INSTANTIATE_ARRAY_SORT ( octave_int8   ) 

INSTANTIATE_ARRAY_SORT ( long   ) 

INSTANTIATE_ARRAY_SORT ( int   ) 


Variable Documentation

template class OCTAVE_API Array2< int >

template class OCTAVE_API DiagArray2< int >