Teuchos - Trilinos Tools Package Version of the Day
Loading...
Searching...
No Matches
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"

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

namespace  Teuchos
 The Teuchos namespace contains all of the classes, structs and enums used by Teuchos, as well as a number of utility routines.
 

Functions

template<typename T >
bool Teuchos::TwoDDetails::symmetricCompare (const TwoDArray< T > &a1, const TwoDArray< T > &a2)
 A function for comparing symmetrical arrarys.
 

Detailed Description

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

Definition in file Teuchos_TwoDArray.hpp.

Function Documentation

◆ symmetricCompare()

template<typename T >
bool Teuchos::TwoDDetails::symmetricCompare ( const TwoDArray< T > &  a1,
const TwoDArray< T > &  a2 
)

A function for comparing symmetrical arrarys.

Parameters
a1The first array to compare.
a2The second array to compare.
Returns
True if the two TwoDArrays are symmetricaly the same, false otherwise.

Definition at line 381 of file Teuchos_TwoDArray.hpp.