![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|


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) |
| std::ostream& operator<< | ( | std::ostream & | os, |
| const intNDArray< T > & | a | ||
| ) |
Definition at line 144 of file intNDArray.cc.
| std::istream& operator>> | ( | std::istream & | is, |
| intNDArray< T > & | a | ||
| ) |
Definition at line 156 of file intNDArray.cc.
References Array< T >::elem(), and Array< T >::nelem().
1.8.1.2