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 | |
madness | |
File holds all helper structures necessary for the CC_Operator and CC2 class. | |
Functions | |
static const Slice | madness::_ (0,-1, 1) |
static const Slice | madness::_reverse (-1, 0,-1) |
Entire tensor. More... | |
std::ostream & | madness::operator<< (std::ostream &stream, const Slice &s) |
Variables | |
static const std::vector< Slice > | madness::___ = vector_factory(_,_,_,_,_,_) |
Entire dimension. More... | |
Declares and implements Slice.