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

Go to the source code of this file.

Classes

class  FArray2D< T, M, N >
 A templated representation for 2-dimensional arrays. More...
 

Functions

template<class T , int M, int N>
std::ostream & operator<< (std::ostream &os, const FArray2D< T, M, N > &v)
 

Function Documentation

template<class T , int M, int N>
std::ostream& operator<< ( std::ostream &  os,
const FArray2D< T, M, N > &  v 
)

Definition at line 415 of file FArray2D.h.

References endl(), and Inform::setf().

Here is the call graph for this function: