GNU Octave  4.2.1
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
Classes | Functions
intNDArray.h File Reference
#include "octave-config.h"
#include "MArray.h"
#include "boolNDArray.h"
Include dependency graph for intNDArray.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

singleton  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)
 

Function Documentation

template<typename T >
std::ostream& operator<< ( std::ostream &  os,
const intNDArray< T > &  a 
)

Definition at line 144 of file intNDArray.cc.

References a.

template<typename T >
std::istream& operator>> ( std::istream &  is,
intNDArray< T > &  a 
)

Definition at line 156 of file intNDArray.cc.

References Array< T >::elem(), is, Array< T >::numel(), and tmp.