GNU Octave  9.1.0
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"

Go to the source code of this file.

Macros

#define INSTANTIATE_INTNDARRAY(T)   template 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)
 

Macro Definition Documentation

◆ INSTANTIATE_INTNDARRAY

#define INSTANTIATE_INTNDARRAY (   T)    template class intNDArray<T>

Definition at line 307 of file intNDArray.cc.

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().