OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include "Algebra/Array1D.h"
#include "Algebra/SliceIterator.h"
#include "Utilities/CLRangeError.h"
#include "Utilities/SizeError.h"
#include <algorithm>
#include <iosfwd>
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) |
std::ostream& operator<< | ( | std::ostream & | os, |
const Array2D< T > & | v | ||
) |
Definition at line 471 of file Array2D.h.
References endl(), Array2D< T >::ncols(), and Array2D< T >::nrows().