![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#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.
Macros | |
| #define | INLINE_ASCENDING_SORT |
| #define | INLINE_DESCENDING_SORT |
Functions | |
| 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 | Array< float > |
| template class OCTAVE_API | DiagArray2< float > |
| template class OCTAVE_API | octave_sort< 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.
| 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, nan_ascending_compare(), nan_descending_compare(), Array< T >::numel(), and xisnan().
|
inline |
Definition at line 41 of file Array-f.cc.
Definition at line 160 of file Array-f.cc.
| template class OCTAVE_API DiagArray2< float > |
Definition at line 168 of file Array-f.cc.
| template class OCTAVE_API octave_sort< float > |
Definition at line 158 of file Array-f.cc.
1.8.1.2