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

Go to the source code of this file.

Functions

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

Variables

template class OCTAVE_API Array< idx_vector >
 
template class OCTAVE_API Array< octave_idx_type >
 

Function Documentation

◆ safe_comparator()

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

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

Variable Documentation

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