Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
Functions
Teuchos::TwoDDetails Namespace Reference

Functions

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

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.