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

Go to the source code of this file.

Functions

Array< octave_value >::compare_fcn_type safe_comparator (sortmode, const Array< octave_value > &, bool)
 
Array< octave_value *>::compare_fcn_type safe_comparator (sortmode, const Array< octave_value * > &, bool)
 
Array< cdef_object >::compare_fcn_type safe_comparator (sortmode, const Array< cdef_object > &, bool)
 

Variables

template class OCTAVE_API Array< bool >
 
template class OCTINTERP_API Array< cdef_object >
 
template class OCTAVE_API Array< char >
 
template class OCTAVE_API Array< Complex >
 
template class OCTAVE_API Array< double >
 
template class OCTAVE_API Array< float >
 
template class OCTAVE_API Array< FloatComplex >
 
template class OCTAVE_API Array< idx_vector >
 
template class OCTAVE_API Array< octave_idx_type >
 
template class OCTINTERP_API Array< octave_value * >
 
template class OCTINTERP_API Array< octave_value >
 

Function Documentation

◆ safe_comparator() [1/3]

Array< octave_value >::compare_fcn_type safe_comparator ( sortmode  ,
const Array< octave_value > &  ,
bool   
)

Definition at line 50 of file Array-tc.cc.

◆ safe_comparator() [2/3]

Array< octave_value * >::compare_fcn_type safe_comparator ( sortmode  ,
const Array< octave_value * > &  ,
bool   
)

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

◆ safe_comparator() [3/3]

Array< cdef_object >::compare_fcn_type safe_comparator ( sortmode  ,
const Array< cdef_object > &  ,
bool   
)

Definition at line 56 of file Array-tc.cc.

Variable Documentation

◆ Array< bool >

template class OCTAVE_API Array< bool >

Definition at line 120 of file Array-b.cc.

◆ Array< cdef_object >

template class OCTINTERP_API Array< cdef_object >

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

◆ Array< char >

template class OCTAVE_API Array< char >

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

◆ Array< Complex >

template class OCTAVE_API Array< Complex >

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

◆ Array< double >

template class OCTAVE_API Array< double >

Definition at line 166 of file Array-d.cc.

◆ Array< float >

template class OCTAVE_API Array< float >

Definition at line 166 of file Array-f.cc.

◆ Array< FloatComplex >

template class OCTAVE_API Array< FloatComplex >

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

◆ 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< octave_value * >

template class OCTINTERP_API Array< octave_value *>

Definition at line 54 of file Array-tc.cc.

◆ Array< octave_value >

template class OCTINTERP_API Array< octave_value >

Definition at line 51 of file Array-tc.cc.