Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
Teuchos_TwoDArray.hpp File Reference

A thin wrapper around the Teuchos Array class that allows for 2 dimensional arrays. More...

#include "Teuchos_Array.hpp"
Include dependency graph for Teuchos_TwoDArray.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Teuchos::TwoDArray< T >
 A thin wrapper around the Array class which causes it to be interpreted as a 2D Array. More...
 
class  Teuchos::TypeNameTraits< TwoDArray< T > >
 TypeNameTraits specialization for Array. More...
 

Namespaces

 Teuchos
 
 Teuchos::TwoDDetails
 

Functions

template<class T >
std::istringstream & Teuchos::operator>> (std::istringstream &in, TwoDArray< T > &array)
 
template<class T >
std::ostream & Teuchos::operator<< (std::ostream &os, const TwoDArray< T > &array)
 
template<typename T >
bool Teuchos::TwoDDetails::symmetricCompare (const TwoDArray< T > &a1, const TwoDArray< T > &a2)
 A function for comparing symmetrical arrarys. More...
 
template<typename T >
bool Teuchos::operator== (const TwoDArray< T > &a1, const TwoDArray< T > &a2)
 

Detailed Description

A thin wrapper around the Teuchos Array class that allows for 2 dimensional arrays.

Definition in file Teuchos_TwoDArray.hpp.