GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
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<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

◆ operator<<()

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

Definition at line 143 of file intNDArray.cc.

References a, i, and os.

◆ operator>>()

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

Definition at line 155 of file intNDArray.cc.

References a, i, is, and tmp.