|
| DoArrayDiff (const Handle< Component const > &left, const Handle< Component const > &right, const Uint max_ulps, const Real zero_threshold, bool &found_type, bool &arrays_equal) |
|
template<typename NumberT > |
void | operator() (const NumberT) |
|
template<typename NumberT > |
void | compare_lists (boost::true_type, const List< NumberT > &left, const List< NumberT > &right) |
|
template<typename NumberT > |
void | compare_lists (boost::false_type, const List< NumberT > &left, const List< NumberT > &right) |
|
template<typename NumberT > |
void | compare_tables (boost::true_type, const Table< NumberT > &left, const Table< NumberT > &right) |
|
template<typename NumberT > |
void | compare_tables (boost::false_type, const Table< NumberT > &left, const Table< NumberT > &right) |
|
template<typename T > |
Real | compare_numbers (const T left, const T right) |
|
Definition at line 36 of file ArrayDiff.cpp.
void compare_lists |
( |
boost::true_type |
, |
|
|
const List< NumberT > & |
left, |
|
|
const List< NumberT > & |
right |
|
) |
| |
|
inline |
void compare_lists |
( |
boost::false_type |
, |
|
|
const List< NumberT > & |
left, |
|
|
const List< NumberT > & |
right |
|
) |
| |
|
inline |
Real compare_numbers |
( |
const T |
left, |
|
|
const T |
right |
|
) |
| |
|
inline |
void compare_tables |
( |
boost::true_type |
, |
|
|
const Table< NumberT > & |
left, |
|
|
const Table< NumberT > & |
right |
|
) |
| |
|
inline |
void compare_tables |
( |
boost::false_type |
, |
|
|
const Table< NumberT > & |
left, |
|
|
const Table< NumberT > & |
right |
|
) |
| |
|
inline |
void operator() |
( |
const NumberT |
| ) |
|
|
inline |
const Real m_zero_threshold |
The documentation for this struct was generated from the following file: