IMP  2.3.0
The Integrative Modeling Platform
math.h File Reference

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

Detailed Description

Declare an efficient stl-compatible map.

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file math.h.