Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Sacado_No_Kokkos.hpp"
#include "Sacado_Random.hpp"
#include <cppunit/extensions/HelperMacros.h>
Go to the source code of this file.
Classes | |
class | FadOpsUnitTest2< FadType, ScalarType > |
class | RealFadOpsUnitTest2< FadType, ScalarType > |
Macros | |
#define | COMPARE_VALUES(a, b) CPPUNIT_ASSERT( std::abs(a-b) < this->tol_a + this->tol_r*std::abs(a) ); |
#define | COMPARE_FADS(a, b) |
#define COMPARE_VALUES | ( | a, | |
b | |||
) | CPPUNIT_ASSERT( std::abs(a-b) < this->tol_a + this->tol_r*std::abs(a) ); |
Definition at line 40 of file FadUnitTests2.hpp.
#define COMPARE_FADS | ( | a, | |
b | |||
) |
Definition at line 43 of file FadUnitTests2.hpp.