#include "mappers.h"#include "Array-oct.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 |
| #define | OCTAVE_EXTERN_TEMPLATE_ARRAY |
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) |
| #define INLINE_ASCENDING_SORT 1 |
Definition at line 45 of file Array-d.cc.
| #define INLINE_DESCENDING_SORT 1 |
Definition at line 46 of file Array-d.cc.
| #define OCTAVE_EXTERN_TEMPLATE_ARRAY |
Definition at line 33 of file Array-d.cc.
| Array< double >::compare_fcn_type safe_comparator | ( | sortmode | mode, |
| const Array< double > & | a, | ||
| bool | allow_chk | ||
| ) |
Definition at line 69 of file Array-d.cc.
References ASCENDING, DESCENDING, and Array< T, Alloc >::numel().
|
inline |
Definition at line 50 of file Array-d.cc.
References x.