#include <ostream>#include "Array-util.h"#include "Array.h"#include "lo-error.h"#include "lo-mappers.h"#include "oct-locbuf.h"Go to the source code of this file.
Macros | |
| #define | INSTANTIATE_ARRAY(T, API) |
| #define | NO_INSTANTIATE_ARRAY_SORT(T) NO_INSTANTIATE_ARRAY_SORT_API (T,) |
| #define | NO_INSTANTIATE_ARRAY_SORT_API(T, API) |
Functions | |
| template<typename T , typename Alloc > | |
| std::ostream & | operator<< (std::ostream &os, const Array< T, Alloc > &a) |
| template<typename T , typename Alloc > | |
| Array< T, Alloc >::compare_fcn_type | safe_comparator (sortmode mode, const Array< T, Alloc > &, bool) |
| template<typename T > | |
| bool | sort_isnan (typename ref_param< T >::type) |
| #define INSTANTIATE_ARRAY | ( | T, | |
| API | |||
| ) |
Definition at line 2809 of file Array-base.cc.
| #define NO_INSTANTIATE_ARRAY_SORT | ( | T | ) | NO_INSTANTIATE_ARRAY_SORT_API (T,) |
Definition at line 2564 of file Array-base.cc.
| #define NO_INSTANTIATE_ARRAY_SORT_API | ( | T, | |
| API | |||
| ) |
Definition at line 2507 of file Array-base.cc.
| std::ostream & operator<< | ( | std::ostream & | os, |
| const Array< T, Alloc > & | a | ||
| ) |
Definition at line 2818 of file Array-base.cc.
References Array< T, Alloc >::dims(), Array< T, Alloc >::elem(), increment_index(), dim_vector::ndims(), ra_idx, and dim_vector::str().
| Array< T, Alloc >::compare_fcn_type safe_comparator | ( | sortmode | mode, |
| const Array< T, Alloc > & | , | ||
| bool | |||
| ) |
Definition at line 2061 of file Array-base.cc.
References ASCENDING, and DESCENDING.
Referenced by Array< T, Alloc >::is_sorted_rows(), Array< T, Alloc >::issorted(), and Array< T, Alloc >::sort_rows_idx().
Definition at line 1797 of file Array-base.cc.