#include <parallel_batch.h>
#include <parallel_utils.h>
#include <map>
#include <boost/unordered_map.hpp>
Go to the source code of this file.
Namespaces | |
namespace | parallel_ode |
Typedefs | |
typedef boost::unordered_map < int, int > | parallel_ode::BatchMap |
typedef std::multimap< int, int, std::greater< int > > | parallel_ode::BatchMultimap |
typedef BatchMultimap::iterator | parallel_ode::BatchMultimapIterator |