GNU Octave  6.2.0
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 "cdef-class.h"
#include "cdef-object.h"
#include "oct-sort.cc"
Include dependency graph for Array-tc.cc:

Go to the source code of this file.

Functions

Array< octave::cdef_object >::compare_fcn_type safe_comparator (sortmode, const Array< octave::cdef_object > &, bool)
 
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)
 

Variables

template class OCTAVE_API Array< bool >
 
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::cdef_object >::compare_fcn_type safe_comparator ( sortmode  ,
const Array< octave::cdef_object > &  ,
bool   
)

Definition at line 60 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 57 of file Array-tc.cc.

◆ safe_comparator() [3/3]

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

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

Variable Documentation

◆ Array< bool >

template class OCTAVE_API Array< bool >
extern

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

Referenced by idx_vector::idx_mask_rep::idx_mask_rep().

◆ Array< char >

template class OCTAVE_API Array< char >
extern

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

◆ Array< Complex >

template class OCTAVE_API Array< Complex >
extern

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

◆ Array< double >

template class OCTAVE_API Array< double >
extern

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

Referenced by Fsscanf(), scanf_internal(), and octave::rand::vector().

◆ Array< float >

template class OCTAVE_API Array< float >
extern

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

Referenced by octave::rand::float_vector().

◆ Array< FloatComplex >

template class OCTAVE_API Array< FloatComplex >
extern

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

◆ Array< idx_vector >

template class OCTAVE_API Array< idx_vector >
extern

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

◆ Array< octave_idx_type >

template class OCTAVE_API Array< octave_idx_type >
extern

◆ Array< octave_value * >

template class OCTINTERP_API Array< octave_value * >

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

◆ Array< octave_value >

template class OCTINTERP_API Array< octave_value >

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

Referenced by Find2sub().