#include "Teuchos_UnitTestHarness.hpp"
#include "Teuchos_TestingHelpers.hpp"
#include "Teuchos_UnitTestRepository.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_Array.hpp"
#include "Sacado_No_Kokkos.hpp"
#include "Sacado_Tay_CacheTaylor.hpp"
#include "Sacado_mpl_apply.hpp"
#include "Sacado_Random.hpp"
Go to the source code of this file.
|
template<typename TayType > |
bool | testSerialization (const Teuchos::Array< TayType > &x, const std::string &tag, Teuchos::FancyOStream &out) |
|
template<typename TayType , typename Serializer > |
bool | testSerializationObject (const Serializer &serializer, Teuchos::Array< TayType > &x, const std::string &tag, Teuchos::FancyOStream &out) |
|
template<typename TayType , typename Serializer > |
bool | testNestedSerializationObject (const Serializer &serializer, Teuchos::Array< TayType > &x, const std::string &tag, Teuchos::FancyOStream &out) |
|
int | main (int argc, char *argv[]) |
|
◆ TAY_SERIALIZATION_TESTS
#define TAY_SERIALIZATION_TESTS |
( |
| TayType, |
|
|
| TAY ) |
◆ testSerialization()
template<typename TayType >
bool testSerialization |
( |
const Teuchos::Array< TayType > & | x, |
|
|
const std::string & | tag, |
|
|
Teuchos::FancyOStream & | out ) |
◆ testSerializationObject()
template<typename TayType , typename Serializer >
bool testSerializationObject |
( |
const Serializer & | serializer, |
|
|
Teuchos::Array< TayType > & | x, |
|
|
const std::string & | tag, |
|
|
Teuchos::FancyOStream & | out ) |
◆ testNestedSerializationObject()
template<typename TayType , typename Serializer >
bool testNestedSerializationObject |
( |
const Serializer & | serializer, |
|
|
Teuchos::Array< TayType > & | x, |
|
|
const std::string & | tag, |
|
|
Teuchos::FancyOStream & | out ) |
◆ main()
int main |
( |
int | argc, |
|
|
char * | argv[] ) |
◆ rnd