GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 144 of file intNDArray.cc.

template<class T >
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().