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

Go to the source code of this file.

Macros

#define INLINE_ASCENDING_SORT   1
 
#define INLINE_DESCENDING_SORT   1
 

Functions

static bool nan_ascending_compare (double x, double y)
 
static bool nan_descending_compare (double x, double y)
 
template OCTAVE_API std::ostream & operator<< (std::ostream &, const Array< double > &)
 
Array< double >::compare_fcn_type safe_comparator (sortmode mode, const Array< double > &a, bool allow_chk)
 
template<>
bool sort_isnan< double > (double x)
 

Variables

template class OCTAVE_API Array< double >
 
template class OCTAVE_API Array< idx_vector >
 
template class OCTAVE_API Array< octave_idx_type >
 
template class OCTAVE_API DiagArray2< double >
 
template class OCTAVE_API octave_sort< double >
 

Macro Definition Documentation

◆ INLINE_ASCENDING_SORT

#define INLINE_ASCENDING_SORT   1

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

◆ INLINE_DESCENDING_SORT

#define INLINE_DESCENDING_SORT   1

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

Function Documentation

◆ nan_ascending_compare()

static bool nan_ascending_compare ( double  x,
double  y 
)
static

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

References octave::math::isnan(), x, and y.

Referenced by safe_comparator().

◆ nan_descending_compare()

static bool nan_descending_compare ( double  x,
double  y 
)
static

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

References octave::math::isnan(), x, and y.

Referenced by safe_comparator().

◆ operator<<()

template OCTAVE_API std::ostream& operator<< ( std::ostream &  ,
const Array< double > &   
)

◆ safe_comparator()

Array<double>::compare_fcn_type safe_comparator ( sortmode  mode,
const Array< double > &  a,
bool  allow_chk 
)

◆ sort_isnan< double >()

template<>
bool sort_isnan< double > ( double  x)
inline

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

References octave::math::isnan(), and x.

Variable Documentation

◆ Array< double >

template class OCTAVE_API Array< double >

Definition at line 166 of file Array-d.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 >

◆ DiagArray2< double >

template class OCTAVE_API DiagArray2< double >

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

◆ octave_sort< double >

template class OCTAVE_API octave_sort< double >

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