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

◆ operator<<()

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.