#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 | |
template 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) |
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(), and Array< T, Alloc >::numel().
|
inline |
Definition at line 47 of file Array-C.cc.