Stokhos Development
|
A functor for comparing floating-point numbers to some tolerance. More...
#include <Stokhos_ProductBasisUtils.hpp>
Protected Attributes | |
value_type | tol |
Tolerance. | |
A functor for comparing floating-point numbers to some tolerance.
The difference between this and standard < is that if |a-b| < tol, then this always returns false as a and b are treated as equal.