MADNESS 0.10.1
|
Implement the Range
class for parallel iteration.
More...
#include <type_traits>
#include <iterator>
#include <tbb/partitioner.h>
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. | |
Implement the Range
class for parallel iteration.