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

Go to the source code of this file.

Macros

#define OCTAVE_EXTERN_TEMPLATE_ARRAY
 

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)
 

Macro Definition Documentation

◆ OCTAVE_EXTERN_TEMPLATE_ARRAY

#define OCTAVE_EXTERN_TEMPLATE_ARRAY

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

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 69 of file Array-C.cc.

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

◆ sort_isnan< Complex >()

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

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

References x.