GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Array-fC.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-fC.cc:

Go to the source code of this file.

Functions

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

Variables

template class OCTAVE_API Array< FloatComplex >
 
template class OCTAVE_API Array< idx_vector >
 
template class OCTAVE_API Array< octave_idx_type >
 
template class OCTAVE_API DiagArray2< FloatComplex >
 
template class OCTAVE_API octave_sort< FloatComplex >
 

Function Documentation

◆ nan_ascending_compare()

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

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

References octave::math::isnan(), x, and y.

Referenced by safe_comparator().

◆ nan_descending_compare()

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

Definition at line 59 of file Array-fC.cc.

References octave::math::isnan(), x, and y.

Referenced by safe_comparator().

◆ operator<<()

template OCTAVE_API std::ostream& operator<< ( std::ostream &  ,
const Array< FloatComplex > &   
)

◆ safe_comparator()

Array<FloatComplex>::compare_fcn_type safe_comparator ( sortmode  mode,
const Array< FloatComplex > &  a,
bool  allow_chk 
)

◆ sort_isnan< FloatComplex >()

template<>
bool sort_isnan< FloatComplex > ( const FloatComplex x)
inline

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

References octave::math::isnan(), and x.

Variable Documentation

◆ Array< FloatComplex >

template class OCTAVE_API Array< FloatComplex >

Definition at line 95 of file Array-fC.cc.

◆ Array< idx_vector >

template class OCTAVE_API Array< idx_vector >

Definition at line 41 of file Array-idx-vec.cc.

◆ Array< octave_idx_type >

template class OCTAVE_API Array< octave_idx_type >

◆ DiagArray2< FloatComplex >

template class OCTAVE_API DiagArray2< FloatComplex >

Definition at line 103 of file Array-fC.cc.

◆ octave_sort< FloatComplex >

template class OCTAVE_API octave_sort< FloatComplex >

Definition at line 93 of file Array-fC.cc.