#include "oct-cmplx.h"#include "lo-mappers.h"#include "Array.h"#include "Array-base.cc"#include "oct-sort.cc"#include "DiagArray2.h"#include "DiagArray2.cc"
Go to the source code of this file.
Functions | |
| static bool | nan_ascending_compare (const Complex &x, const Complex &y) |
| static bool | nan_descending_compare (const Complex &x, const Complex &y) |
| template OCTAVE_API std::ostream & | operator<< (std::ostream &, const Array< Complex > &) |
| Array< Complex >::compare_fcn_type | safe_comparator (sortmode mode, const Array< Complex > &a, bool allow_chk) |
| template<> | |
| bool | sort_isnan< Complex > (const Complex &x) |
Variables | |
| template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API | Array< Complex > |
Definition at line 56 of file Array-C.cc.
Referenced by safe_comparator().
Definition at line 62 of file Array-C.cc.
Referenced by safe_comparator().
| template OCTAVE_API std::ostream& operator<< | ( | std::ostream & | , |
| const Array< Complex > & | |||
| ) |
| Array<Complex>::compare_fcn_type safe_comparator | ( | sortmode | mode, |
| const Array< Complex > & | a, | ||
| bool | allow_chk | ||
| ) |
Definition at line 68 of file Array-C.cc.
References ASCENDING, DESCENDING, isnan(), nan_ascending_compare(), nan_descending_compare(), and Array< T, Alloc >::numel().
|
inline |
Definition at line 47 of file Array-C.cc.
Definition at line 98 of file Array-C.cc.