MADNESS 0.10.1
Classes | Namespaces | Typedefs

Implement the Range class for parallel iteration. More...

#include <type_traits>
#include <iterator>
#include <tbb/partitioner.h>
Include dependency graph for range.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  madness::Range< iteratorT >
 Range, vaguely a la Intel TBB, to encapsulate a random-access, STL-like start and end iterator with chunksize. More...
 

Namespaces

namespace  madness
 Namespace for all elements and tools of MADNESS.
 

Typedefs

typedef tbb::split madness::Split
 Dummy class, a la Intel TBB, used to distinguish splitting constructor.
 

Detailed Description

Implement the Range class for parallel iteration.