Functions

intNDArray.cc File Reference

#include "Array-util.h"
#include "mx-base.h"
#include "lo-ieee.h"
#include "mx-inlines.cc"
Include dependency graph for intNDArray.cc:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class T >
std::ostream & operator<< (std::ostream &os, const intNDArray< T > &a)
template<class T >
std::istream & operator>> (std::istream &is, intNDArray< T > &a)

Function Documentation

template<class T >
std::ostream& operator<< ( std::ostream &  os,
const intNDArray< T > &  a 
)

Definition at line 134 of file intNDArray.cc.

template<class T >
std::istream& operator>> ( std::istream &  is,
intNDArray< T > &  a 
)

Definition at line 146 of file intNDArray.cc.

References Array< T >::elem(), and Array< T >::nelem().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines