|
MADNESS 0.10.1
|
Declares and implements Slice. More...
#include <madness/tensor/vector_factory.h>

Go to the source code of this file.
Classes | |
| class | madness::Slice |
| A slice defines a sub-range or patch of a dimension. More... | |
Namespaces | |
| namespace | madness |
| Namespace for all elements and tools of MADNESS. | |
Functions | |
| static const Slice | madness::_ (0,-1, 1) |
| static const Slice | madness::_reverse (-1, 0,-1) |
| Entire tensor. | |
| std::ostream & | madness::operator<< (std::ostream &stream, const Slice &s) |
Variables | |
| static const std::vector< Slice > | madness::___ = vector_factory(_,_,_,_,_,_) |
| Entire dimension. | |
Declares and implements Slice.