GNU Octave  9.1.0
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-base.cc"
#include "oct-locbuf.h"
#include "oct-sort.cc"
#include "DiagArray2.h"
#include "DiagArray2.cc"

Go to the source code of this file.

Macros

#define INLINE_ASCENDING_SORT   1
 
#define INLINE_DESCENDING_SORT   1
 

Functions

template 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)
 

Macro Definition Documentation

◆ INLINE_ASCENDING_SORT

#define INLINE_ASCENDING_SORT   1

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

◆ INLINE_DESCENDING_SORT

#define INLINE_DESCENDING_SORT   1

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

Function Documentation

◆ operator<<()

template 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 
)

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

References ASCENDING, DESCENDING, isnan(), and Array< T, Alloc >::numel().

◆ sort_isnan< double >()

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

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

References isnan(), and x.