IMP Reference Guide
2.14.0
The Integrative Modeling Platform
|
Declare an efficient stl-compatible map. More...
#include <IMP/kernel_config.h>
#include <boost/version.hpp>
#include <cmath>
#include <boost/math/special_functions/fpclassify.hpp>
Go to the source code of this file.
Namespaces | |
IMP | |
Base functionality and abstract base classes for representation, scoring and sampling. | |
Functions | |
template<class T > | |
bool | IMP::isinf (const T &a) |
Return true if a number is infinite. More... | |
template<class T > | |
bool | IMP::isnan (const T &a) |
Return true if a number is NaN. More... | |