#include "oct-cmplx.h"
#include "lo-mappers.h"
#include "Array.h"
#include "Array.cc"
#include "oct-sort.cc"
#include "Array2.h"
#include "DiagArray2.h"
#include "DiagArray2.cc"
Functions | |
template<> | |
bool | sort_isnan< FloatComplex > (const FloatComplex &x) |
Array< FloatComplex > ::compare_fcn_type | sortrows_comparator (sortmode mode, const Array< FloatComplex > &a, bool allow_chk) |
INSTANTIATE_ARRAY_SORT (FloatComplex) | |
INSTANTIATE_ARRAY (FloatComplex, OCTAVE_API) | |
template OCTAVE_API std::ostream & | operator<< (std::ostream &, const Array< FloatComplex > &) |
Variables | |
template class OCTAVE_API | Array2< FloatComplex > |
template class OCTAVE_API | DiagArray2< FloatComplex > |
INSTANTIATE_ARRAY | ( | FloatComplex | , | |
OCTAVE_API | ||||
) |
INSTANTIATE_ARRAY_SORT | ( | FloatComplex | ) |
template OCTAVE_API std::ostream& operator<< | ( | std::ostream & | , | |
const Array< FloatComplex > & | ||||
) |
bool sort_isnan< FloatComplex > | ( | const FloatComplex & | x | ) | [inline] |
Array<FloatComplex>::compare_fcn_type sortrows_comparator | ( | sortmode | mode, | |
const Array< FloatComplex > & | a, | |||
bool | allow_chk | |||
) |
template class OCTAVE_API Array2< FloatComplex > |
template class OCTAVE_API DiagArray2< FloatComplex > |