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

 madness
 File holds all helper structures necessary for the CC_Operator and CC2 class.
 

Typedefs

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

Detailed Description

Implement the Range class for parallel iteration.