#include "oct-cmplx.h"
#include "lo-mappers.h"
#include "Array.h"
#include "Array.cc"
#include "oct-sort.cc"
#include "DiagArray2.h"
#include "DiagArray2.cc"
Go to the source code of this file.
Functions | |
INSTANTIATE_ARRAY (FloatComplex, OCTAVE_API) | |
INSTANTIATE_ARRAY_SORT (FloatComplex) | |
static bool | nan_ascending_compare (const FloatComplex &x, const FloatComplex &y) |
static bool | nan_descending_compare (const FloatComplex &x, const FloatComplex &y) |
template OCTAVE_API std::ostream & | operator<< (std::ostream &, const Array< FloatComplex > &) |
Array< FloatComplex > ::compare_fcn_type | safe_comparator (sortmode mode, const Array< FloatComplex > &a, bool allow_chk) |
template<> | |
bool | sort_isnan< FloatComplex > (const FloatComplex &x) |
Variables | |
template class OCTAVE_API | DiagArray2< FloatComplex > |
INSTANTIATE_ARRAY | ( | FloatComplex | , | |
OCTAVE_API | ||||
) |
INSTANTIATE_ARRAY_SORT | ( | FloatComplex | ) |
static bool nan_ascending_compare | ( | const FloatComplex & | x, | |
const FloatComplex & | y | |||
) | [static] |
Definition at line 45 of file Array-fC.cc.
static bool nan_descending_compare | ( | const FloatComplex & | x, | |
const FloatComplex & | y | |||
) | [static] |
Definition at line 54 of file Array-fC.cc.
template OCTAVE_API std::ostream& operator<< | ( | std::ostream & | , | |
const Array< FloatComplex > & | ||||
) |
Array<FloatComplex>::compare_fcn_type safe_comparator | ( | sortmode | mode, | |
const Array< FloatComplex > & | a, | |||
bool | allow_chk | |||
) |
Definition at line 63 of file Array-fC.cc.
References ASCENDING, DESCENDING, Array< T >::numel(), and xisnan().
bool sort_isnan< FloatComplex > | ( | const FloatComplex & | x | ) | [inline] |
template class OCTAVE_API DiagArray2< FloatComplex > |
Definition at line 101 of file Array-fC.cc.