Go to the source code of this file.
Classes | |
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) |
std::ostream& operator<< | ( | std::ostream & | os, |
const intNDArray< T > & | a | ||
) |
Definition at line 144 of file intNDArray.cc.
References Array< T >::elem(), and Array< T >::numel().
std::istream& operator>> | ( | std::istream & | is, |
intNDArray< T > & | a | ||
) |
Definition at line 157 of file intNDArray.cc.
References Array< T >::elem(), and Array< T >::numel().