#include "octave-config.h"#include "intNDArray-fwd.h"#include "mx-fwd.h"#include "MArray.h"#include "boolNDArray.h"

Go to the source code of this file.
Classes | |
| class | intNDArray< T > |
Functions | |
| template<typename T > | |
| OCTAVE_API std::ostream & | operator<< (std::ostream &os, const intNDArray< T > &a) |
| template<typename T > | |
| OCTAVE_API std::istream & | operator>> (std::istream &is, intNDArray< T > &a) |
| OCTAVE_API 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().
| OCTAVE_API 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().