Go to the source code of this file.
Macros | |
#define | INSTANTIATE_INTNDARRAY(T) template class intNDArray<T> |
Functions | |
template<typename T > | |
std::ostream & | operator<< (std::ostream &os, const intNDArray< T > &a) |
template<typename T > | |
std::istream & | operator>> (std::istream &is, intNDArray< T > &a) |
#define INSTANTIATE_INTNDARRAY | ( | T | ) | template class intNDArray<T> |
Definition at line 307 of file intNDArray.cc.
std::ostream& operator<< | ( | std::ostream & | os, |
const intNDArray< T > & | a | ||
) |
Definition at line 144 of file intNDArray.cc.
References Array< T, Alloc >::elem(), and Array< T, Alloc >::numel().
std::istream& operator>> | ( | std::istream & | is, |
intNDArray< T > & | a | ||
) |
Definition at line 157 of file intNDArray.cc.
References Array< T, Alloc >::elem(), and Array< T, Alloc >::numel().