| 
    Sacado Package Browser (Single Doxygen Collection)
    Version of the Day
    
   | 
 
#include "Teuchos_TestingHelpers.hpp"#include "Teuchos_CommHelpers.hpp"#include "Teuchos_DefaultComm.hpp"#include "Teuchos_Array.hpp"#include "Teuchos_Comm.hpp"#include "Sacado_mpl_apply.hpp"#include "Sacado_Random.hpp"

Go to the source code of this file.
Macros | |
| #define | TAY_COMM_TESTS(TayType, TAY) | 
Functions | |
| template<typename TayType > | |
| bool | checkFadArrays (const Teuchos::Array< TayType > &x, const Teuchos::Array< TayType > &x2, const std::string &tag, Teuchos::FancyOStream &out) | 
| template<typename Ordinal > | |
| bool | checkResultOnAllProcs (const Teuchos::Comm< Ordinal > &comm, Teuchos::FancyOStream &out, const bool result) | 
| #define TAY_COMM_TESTS | ( | TayType, | |
| TAY | |||
| ) | 
Definition at line 94 of file Tay_CommTests.hpp.
| bool checkFadArrays | ( | const Teuchos::Array< TayType > & | x, | 
| const Teuchos::Array< TayType > & | x2, | ||
| const std::string & | tag, | ||
| Teuchos::FancyOStream & | out | ||
| ) | 
Definition at line 43 of file Tay_CommTests.hpp.
| bool checkResultOnAllProcs | ( | const Teuchos::Comm< Ordinal > & | comm, | 
| Teuchos::FancyOStream & | out, | ||
| const bool | result | ||
| ) | 
Definition at line 75 of file Tay_CommTests.hpp.
 1.8.5