MADNESS
0.10.1
|
#include <indexit.h>
Public Member Functions | |
template<typename V > | |
HighDimIndexIterator (const V &limits) | |
Iterates dimension d from 0 to limts[d]-1 inclusive. More... | |
HighDimIndexIterator (int ndim, const long limits[]) | |
Iterates dimension d from 0 to limts[d]-1 inclusive. More... | |
HighDimIndexIterator (int ndim, long top) | |
Iterates all dimensions from 0 to top-1 inclusive. More... | |
virtual | ~HighDimIndexIterator () |
virtual IndexIterator & | operator++ () |
Public Member Functions inherited from madness::IndexIterator | |
template<typename V > | |
IndexIterator (const V &limits) | |
Iterates dimension d from 0 to limts[d]-1 inclusive. More... | |
IndexIterator (int ndim, const long limits[]) | |
Iterates dimension d from 0 to limts[d]-1 inclusive. More... | |
IndexIterator (int ndim, long top) | |
Iterates all dimensions from 0 to top-1 inclusive. More... | |
virtual | ~IndexIterator () |
operator bool () const | |
const std::vector< long > & | operator* () const |
long | operator[] (int d) const |
IndexIterator & | reset () |
Private Member Functions | |
HighDimIndexIterator () | |
Bury the default constructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from madness::IndexIterator | |
static void | test () |
this function should also be deprecated More... | |
Protected Attributes inherited from madness::IndexIterator | |
bool | finished |
std::vector< long > | i |
Current index. More... | |
std::vector< long > | n |
User specified upper limits for each dimension. More... | |
The inherited IndexIterator for iterating over the high dimensions quickly and the low dimensions slowly (all elements of dimension 0 at index i will be visited before any element of index i+1 in dim. 0).
This is equivalent to the original implementation of IndexIterator.
|
inlineprivate |
Bury the default constructor.
|
inline |
Iterates dimension d from 0 to limts[d]-1 inclusive.
|
inline |
Iterates dimension d from 0 to limts[d]-1 inclusive.
|
inline |
Iterates all dimensions from 0 to top-1 inclusive.
|
inlinevirtual |
|
inlinevirtual |
increment the highest dimension first and check for overflows up through dimension 0
Reimplemented from madness::IndexIterator.
References d(), madness::IndexIterator::finished, madness::IndexIterator::i, and madness::IndexIterator::n.