#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.
|
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) |
|
◆ TAY_COMM_TESTS
#define TAY_COMM_TESTS |
( |
|
TayType, |
|
|
|
TAY |
|
) |
| |
◆ checkFadArrays()
template<typename TayType >
bool checkFadArrays |
( |
const Teuchos::Array< TayType > & |
x, |
|
|
const Teuchos::Array< TayType > & |
x2, |
|
|
const std::string & |
tag, |
|
|
Teuchos::FancyOStream & |
out |
|
) |
| |
◆ checkResultOnAllProcs()
template<typename Ordinal >
bool checkResultOnAllProcs |
( |
const Teuchos::Comm< Ordinal > & |
comm, |
|
|
Teuchos::FancyOStream & |
out, |
|
|
const bool |
result |
|
) |
| |