|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#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.
Macros | |
| #define | TAY_SERIALIZATION_TESTS(TayType, TAY) |
Functions | |
| 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[]) |
Variables | |
| Sacado::Random< double > | rnd |
| #define TAY_SERIALIZATION_TESTS | ( | TayType, | |
| TAY | |||
| ) |
Definition at line 202 of file Tay_SerializationTests.cpp.
| bool testSerialization | ( | const Teuchos::Array< TayType > & | x, |
| const std::string & | tag, | ||
| Teuchos::FancyOStream & | out | ||
| ) |
Definition at line 45 of file Tay_SerializationTests.cpp.
| bool testSerializationObject | ( | const Serializer & | serializer, |
| Teuchos::Array< TayType > & | x, | ||
| const std::string & | tag, | ||
| Teuchos::FancyOStream & | out | ||
| ) |
Definition at line 92 of file Tay_SerializationTests.cpp.
| bool testNestedSerializationObject | ( | const Serializer & | serializer, |
| Teuchos::Array< TayType > & | x, | ||
| const std::string & | tag, | ||
| Teuchos::FancyOStream & | out | ||
| ) |
Definition at line 144 of file Tay_SerializationTests.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 352 of file Tay_SerializationTests.cpp.
| Sacado::Random<double> rnd |
Definition at line 348 of file Tay_SerializationTests.cpp.
1.8.5