Navigation

Operators and Keywords

Function List:

C++ API

Array-C.cc File Reference

#include "oct-cmplx.h"
#include "lo-mappers.h"
#include "Array.h"
#include "Array.cc"
#include "oct-sort.cc"
#include "Array2.h"
#include "DiagArray2.h"
#include "DiagArray2.cc"

Include dependency graph for Array-C.cc:


Functions

template<>
bool sort_isnan< Complex > (const Complex &x)
Array< Complex >::compare_fcn_type sortrows_comparator (sortmode mode, const Array< Complex > &a, bool allow_chk)
 INSTANTIATE_ARRAY_SORT (Complex)
 INSTANTIATE_ARRAY (Complex, OCTAVE_API)
template OCTAVE_API std::ostreamoperator<< (std::ostream &, const Array< Complex > &)

Variables

template class OCTAVE_API Array2< Complex >
template class OCTAVE_API DiagArray2< Complex >

Function Documentation

INSTANTIATE_ARRAY ( Complex  ,
OCTAVE_API   
)

INSTANTIATE_ARRAY_SORT ( Complex   ) 

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

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

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


Variable Documentation

template class OCTAVE_API Array2< Complex >

template class OCTAVE_API DiagArray2< Complex >