GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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

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 Array< Complex >
 
template class OCTAVE_API DiagArray2< Complex >
 
template class OCTAVE_API octave_sort< Complex >
 

Function Documentation

static bool nan_ascending_compare ( const Complex x,
const Complex y 
)
static

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

References xisnan().

Referenced by safe_comparator().

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

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

References xisnan().

Referenced by safe_comparator().

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

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

References x, and xisnan().

Variable Documentation

template class OCTAVE_API Array< Complex >

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

template class OCTAVE_API DiagArray2< Complex >

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

template class OCTAVE_API octave_sort< Complex >

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