GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Array-C.cc File Reference
#include "oct-cmplx.h"
#include "lo-mappers.h"
#include "Array.h"
#include "Array-base.cc"
#include "oct-sort.cc"
#include "DiagArray2.h"
#include "DiagArray2.cc"

Go to the source code of this file.

Functions

template 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)
 

Function Documentation

◆ operator<<()

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

◆ safe_comparator()

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

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

References ASCENDING, DESCENDING, isnan(), and Array< T, Alloc >::numel().

◆ sort_isnan< Complex >()

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

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

References isnan(), and x.