#include "lo-mappers.h"
#include "Array.h"
#include "Array.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 | |
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 > |
#define INLINE_ASCENDING_SORT 1 |
Definition at line 37 of file Array-d.cc.
#define INLINE_DESCENDING_SORT 1 |
Definition at line 38 of file Array-d.cc.
|
static |
Definition at line 55 of file Array-d.cc.
References octave::math::isnan(), and x.
Referenced by safe_comparator().
|
static |
Definition at line 61 of file Array-d.cc.
References octave::math::isnan(), and x.
Referenced by safe_comparator().
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 | ||
) |
Definition at line 67 of file Array-d.cc.
References ASCENDING, DESCENDING, octave::math::isnan(), nan_ascending_compare(), nan_descending_compare(), and Array< T >::numel().
|
inline |
Definition at line 48 of file Array-d.cc.
References octave::math::isnan(), and x.
template class OCTAVE_API Array< double > |
Definition at line 168 of file Array-d.cc.
Referenced by Fsscanf(), scanf_internal(), and octave::rand::vector().
|
extern |
Definition at line 44 of file Array-idx-vec.cc.
|
extern |
template class OCTAVE_API DiagArray2< double > |
Definition at line 176 of file Array-d.cc.
template class OCTAVE_API octave_sort< double > |
Definition at line 166 of file Array-d.cc.