IMP
2.0.0
The Integrative Modeling Platform
|
Declare an efficient stl-compatible map. More...
#include <IMP/base/base_config.h>
#include <boost/version.hpp>
#include <cmath>
#include <boost/math/special_functions/fpclassify.hpp>
Go to the source code of this file.
Namespaces | |
namespace | IMP |
All IMP::kernel code is brought into the IMP namespace. | |
namespace | IMP::base |
See IMP.base Overview for more information. | |
Functions | |
template<class T > | |
bool | IMP::base::isinf (const T &a) |
Return true if a number is infinite. | |
template<class T > | |
bool | IMP::base::isnan (const T &a) |
Return true if a number is NaN. More... | |