OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Classes | Functions
Array2D.h File Reference
#include "Algebra/Array1D.h"
#include "Algebra/SliceIterator.h"
#include "Utilities/CLRangeError.h"
#include "Utilities/SizeError.h"
#include <algorithm>
#include <iosfwd>
Include dependency graph for Array2D.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Array2D< T >
 Two-dimensional array. More...
 

Functions

template<class T >
std::ostream & operator<< (std::ostream &os, const Array2D< T > &v)
 

Function Documentation

template<class T >
std::ostream& operator<< ( std::ostream &  os,
const Array2D< T > &  v 
)

Definition at line 471 of file Array2D.h.

References endl().

Here is the call graph for this function: