#include "lo-mappers.h"
#include "Array.h"
#include "Array.cc"
#include "oct-locbuf.h"
#include "oct-sort.cc"
#include "Array2.h"
#include "DiagArray2.h"
#include "DiagArray2.cc"
Defines | |
#define | INLINE_ASCENDING_SORT |
#define | INLINE_DESCENDING_SORT |
Functions | |
template<> | |
bool | sort_isnan< double > (double x) |
Array< double >::compare_fcn_type | sortrows_comparator (sortmode mode, const Array< double > &a, bool allow_chk) |
INSTANTIATE_ARRAY_SORT (double) | |
INSTANTIATE_ARRAY (double, OCTAVE_API) | |
template OCTAVE_API std::ostream & | operator<< (std::ostream &, const Array< double > &) |
Variables | |
template class OCTAVE_API | Array2< double > |
template class OCTAVE_API | DiagArray2< double > |
#define INLINE_ASCENDING_SORT |
#define INLINE_DESCENDING_SORT |
INSTANTIATE_ARRAY | ( | double | , | |
OCTAVE_API | ||||
) |
INSTANTIATE_ARRAY_SORT | ( | double | ) |
template OCTAVE_API std::ostream& operator<< | ( | std::ostream & | , | |
const Array< double > & | ||||
) |
Array<double>::compare_fcn_type sortrows_comparator | ( | sortmode | mode, | |
const Array< double > & | a, | |||
bool | allow_chk | |||
) |
template class OCTAVE_API DiagArray2< double > |