|
DP3
|
Define comparison functions that use tolerances. More...
#include <cmath>Go to the source code of this file.
Namespaces | |
| dp3 | |
| This file has generic helper routines for testing steps. | |
| dp3::common | |
Functions | |
| template<class T > | |
| bool | dp3::common::EpsilonEqual (const std::vector< T > &left, const std::vector< T > &right, const T &epsilon) |
Define comparison functions that use tolerances.