MADNESS  0.10.1
Classes | Namespaces | Functions | Variables
slice.h File Reference

Declares and implements Slice. More...

#include <madness/tensor/vector_factory.h>
Include dependency graph for slice.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Declares and implements Slice.