IMP
2.3.1
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 | |
IMP | |
Synonym for IMP::kernel. | |
IMP::base | |
Low level functionality (logging, error handling, profiling, command line flags etc) that is used by all of IMP. | |
Functions | |
template<class T > | |
bool | IMP::base::isinf (const T &a) |
Return true if a number is infinite. More... | |
template<class T > | |
bool | IMP::base::isnan (const T &a) |
Return true if a number is NaN. More... | |