#include "lo-mappers.h"
#include "Array.h"
#include "Array.cc"
#include "oct-locbuf.h"
#include "oct-sort.cc"
#include "DiagArray2.h"
#include "DiagArray2.cc"
Go to the source code of this file.
Defines | |
#define | INLINE_ASCENDING_SORT |
#define | INLINE_DESCENDING_SORT |
Functions | |
INSTANTIATE_ARRAY (float, OCTAVE_API) | |
INSTANTIATE_ARRAY_SORT (float) | |
static bool | nan_ascending_compare (float x, float y) |
static bool | nan_descending_compare (float x, float y) |
template OCTAVE_API std::ostream & | operator<< (std::ostream &, const Array< float > &) |
Array< float >::compare_fcn_type | safe_comparator (sortmode mode, const Array< float > &a, bool allow_chk) |
template<> | |
bool | sort_isnan< float > (float x) |
Variables | |
template class OCTAVE_API | DiagArray2< float > |
#define INLINE_ASCENDING_SORT |
Definition at line 35 of file Array-f.cc.
#define INLINE_DESCENDING_SORT |
Definition at line 36 of file Array-f.cc.
INSTANTIATE_ARRAY | ( | float | , | |
OCTAVE_API | ||||
) |
INSTANTIATE_ARRAY_SORT | ( | float | ) |
Definition at line 47 of file Array-f.cc.
References xisnan().
Definition at line 53 of file Array-f.cc.
References xisnan().
Array<float>::compare_fcn_type safe_comparator | ( | sortmode | mode, | |
const Array< float > & | a, | |||
bool | allow_chk | |||
) |
Definition at line 59 of file Array-f.cc.
References ASCENDING, DESCENDING, Array< T >::numel(), and xisnan().
template class OCTAVE_API DiagArray2< float > |
Definition at line 167 of file Array-f.cc.