Defines | Functions | Variables

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.

Defines

#define INLINE_ASCENDING_SORT
#define INLINE_DESCENDING_SORT

Functions

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

Variables

template class OCTAVE_API DiagArray2< int >

Define Documentation

#define INLINE_ASCENDING_SORT

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

#define INLINE_DESCENDING_SORT

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


Function Documentation

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

Variable Documentation

template class OCTAVE_API DiagArray2< int >

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines