|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
#include <GTestUtils.hpp>
Public Member Functions | |
| CompareFloats (double tol_a_, double tol_r_) | |
| template<typename ScalarType> | |
| bool | operator() (const ScalarType &a, const ScalarType &b) |
Public Attributes | |
| double | tol_a |
| double | tol_r |
Definition at line 33 of file GTestUtils.hpp.
|
inline |
Definition at line 37 of file GTestUtils.hpp.
|
inline |
Definition at line 40 of file GTestUtils.hpp.
| double CompareFloats::tol_a |
Definition at line 35 of file GTestUtils.hpp.
| double CompareFloats::tol_r |
Definition at line 35 of file GTestUtils.hpp.