|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <FadUnitTests.hpp>

Protected Types | |
| typedef Sacado::ScalarType < FadType >::type | ScalarType |
Protected Member Functions | |
| FadOpsUnitTest () | |
| void | SetUp () override |
| void | TearDown () override |
| template<typename ScalarT > | |
| ScalarT | composite1 (const ScalarT &a, const ScalarT &b) |
Protected Member Functions inherited from testing::Test | |
| Test () | |
Protected Attributes | |
| FadType | a_dfad_ |
| FadType | b_dfad_ |
| FadType | c_dfad_ |
| FAD::Fad< ScalarType > | a_fad_ |
| FAD::Fad< ScalarType > | b_fad_ |
| FAD::Fad< ScalarType > | c_fad_ |
| Sacado::Random< ScalarType > | urand |
| int | n |
| ScalarType | tol_a |
| ScalarType | tol_r |
Additional Inherited Members | |
Public Member Functions inherited from testing::Test | |
| virtual | ~Test () |
Static Public Member Functions inherited from testing::Test | |
| static void | SetUpTestSuite () |
| static void | TearDownTestSuite () |
| static void | TearDownTestCase () |
| static void | SetUpTestCase () |
| static bool | HasFatalFailure () |
| static bool | HasNonfatalFailure () |
| static bool | IsSkipped () |
| static bool | HasFailure () |
| static void | RecordProperty (const std::string &key, const std::string &value) |
| template<typename T , std::enable_if_t< std::is_convertible< T, int64_t >::value, bool > = true> | |
| static void | RecordProperty (const std::string &key, const T &value) |
Definition at line 27 of file FadUnitTests.hpp.
|
protected |
Definition at line 29 of file FadUnitTests.hpp.
|
inlineprotected |
Definition at line 46 of file FadUnitTests.hpp.
|
inlineoverrideprotectedvirtual |
Reimplemented from testing::Test.
Definition at line 48 of file FadUnitTests.hpp.
|
inlineoverrideprotectedvirtual |
Reimplemented from testing::Test.
Definition at line 74 of file FadUnitTests.hpp.
|
inlineprotected |
Definition at line 77 of file FadUnitTests.hpp.
|
protected |
Definition at line 32 of file FadUnitTests.hpp.
|
protected |
Definition at line 32 of file FadUnitTests.hpp.
|
protected |
Definition at line 32 of file FadUnitTests.hpp.
|
protected |
Definition at line 35 of file FadUnitTests.hpp.
|
protected |
Definition at line 35 of file FadUnitTests.hpp.
|
protected |
Definition at line 35 of file FadUnitTests.hpp.
|
protected |
Definition at line 38 of file FadUnitTests.hpp.
|
protected |
Definition at line 41 of file FadUnitTests.hpp.
|
protected |
Definition at line 44 of file FadUnitTests.hpp.
|
protected |
Definition at line 44 of file FadUnitTests.hpp.
1.8.5