OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
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

◆ operator<<()

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

Definition at line 471 of file Array2D.h.

References Array2D< T >::ncols(), and Array2D< T >::nrows().

Here is the call graph for this function: