liboctave/Array-C.cc File Reference

#include "oct-cmplx.h"
#include "Array.h"
#include "Array.cc"
#include "Array2.h"
#include "ArrayN.h"
#include "ArrayN.cc"
#include "DiagArray2.h"
#include "DiagArray2.cc"

Go to the source code of this file.

Functions

 INSTANTIATE_ARRAY_AND_ASSIGN (Complex, OCTAVE_API)
 INSTANTIATE_ARRAY_ASSIGN (Complex, double, OCTAVE_API)
 INSTANTIATE_ARRAY_ASSIGN (Complex, int, OCTAVE_API)
 INSTANTIATE_ARRAY_ASSIGN (Complex, short, OCTAVE_API)
 INSTANTIATE_ARRAY_ASSIGN (Complex, char, OCTAVE_API)
template OCTAVE_API std::ostream & operator<< (std::ostream &, const ArrayN< Complex > &)

Variables

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


Function Documentation

INSTANTIATE_ARRAY_AND_ASSIGN ( Complex  ,
OCTAVE_API   
)

INSTANTIATE_ARRAY_ASSIGN ( Complex  ,
char  ,
OCTAVE_API   
)

INSTANTIATE_ARRAY_ASSIGN ( Complex  ,
short  ,
OCTAVE_API   
)

INSTANTIATE_ARRAY_ASSIGN ( Complex  ,
int  ,
OCTAVE_API   
)

INSTANTIATE_ARRAY_ASSIGN ( Complex  ,
double  ,
OCTAVE_API   
)

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


Variable Documentation

template class OCTAVE_API Array2< Complex >

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

template class OCTAVE_API ArrayN< Complex >

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

template class OCTAVE_API DiagArray2< Complex >

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