GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
intNDArray.h File Reference
#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 >
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 144 of file intNDArray.cc.

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

◆ operator>>()

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