Functions | Variables

Array-C.cc File Reference

#include "oct-cmplx.h"
#include "lo-mappers.h"
#include "Array.h"
#include "Array.cc"
#include "oct-sort.cc"
#include "DiagArray2.h"
#include "DiagArray2.cc"
Include dependency graph for Array-C.cc:

Go to the source code of this file.

Functions

 INSTANTIATE_ARRAY (Complex, OCTAVE_API)
 INSTANTIATE_ARRAY_SORT (Complex)
static bool nan_ascending_compare (const Complex &x, const Complex &y)
static bool nan_descending_compare (const Complex &x, const Complex &y)
template OCTAVE_API std::ostream & operator<< (std::ostream &, const Array< Complex > &)
Array< Complex >::compare_fcn_type safe_comparator (sortmode mode, const Array< Complex > &a, bool allow_chk)
template<>
bool sort_isnan< Complex > (const Complex &x)

Variables

template class OCTAVE_API DiagArray2< Complex >

Function Documentation

INSTANTIATE_ARRAY ( Complex  ,
OCTAVE_API   
)
INSTANTIATE_ARRAY_SORT ( Complex   ) 
static bool nan_ascending_compare ( const Complex x,
const Complex y 
) [static]

Definition at line 45 of file Array-C.cc.

References abs(), arg(), and xisnan().

static bool nan_descending_compare ( const Complex x,
const Complex y 
) [static]

Definition at line 54 of file Array-C.cc.

References abs(), arg(), and xisnan().

template OCTAVE_API std::ostream& operator<< ( std::ostream &  ,
const Array< Complex > &   
)
Array<Complex>::compare_fcn_type safe_comparator ( sortmode  mode,
const Array< Complex > &  a,
bool  allow_chk 
)
template<>
bool sort_isnan< Complex > ( const Complex x  )  [inline]

Variable Documentation

template class OCTAVE_API DiagArray2< Complex >

Definition at line 100 of file Array-C.cc.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines