IMP logo
IMP Reference Guide  2.6.0
The Integrative Modeling Platform
math.h File Reference

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>
+ Include dependency graph for math.h:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Declare an efficient stl-compatible map.

Copyright 2007-2016 IMP Inventors. All rights reserved.

Definition in file math.h.