Navigation

Operators and Keywords

Function List:

C++ API

intNDArray.h File Reference

#include "MArrayN.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

class  intNDArray< T >

Defines

#define octave_intNDArray_h   1

Functions

template<class T >
std::ostreamoperator<< (std::ostream &os, const intNDArray< T > &a)
template<class T >
std::istream & operator>> (std::istream &is, intNDArray< T > &a)

Define Documentation

#define octave_intNDArray_h   1


Function Documentation

template<class T >
std::ostream& operator<< ( std::ostream os,
const intNDArray< T > &  a 
) [inline]

template<class T >
std::istream& operator>> ( std::istream &  is,
intNDArray< T > &  a 
) [inline]