|
TiledArray
0.7.0
|
#include <TiledArray/range_iterator.h>#include <TiledArray/permutation.h>#include <TiledArray/size_array.h>

Go to the source code of this file.
Classes | |
| class | TiledArray::Range |
A (hyperrectangular) interval on , space of integer n-indices. More... | |
Namespaces | |
| TiledArray | |
Functions | |
| void | TiledArray::swap (Range &r0, Range &r1) |
| Exchange the values of the give two ranges. More... | |
| Range | TiledArray::operator* (const Permutation &perm, const Range &r) |
| Create a permuted range. More... | |
| bool | TiledArray::operator== (const Range &r1, const Range &r2) |
| Range equality comparison. More... | |
| bool | TiledArray::operator!= (const Range &r1, const Range &r2) |
| Range inequality comparison. More... | |
| std::ostream & | TiledArray::operator<< (std::ostream &os, const Range &r) |
| Range output operator. More... | |