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

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< Slicemadness::___ = vector_factory(_,_,_,_,_,_)
 Entire dimension.
 

Detailed Description

Declares and implements Slice.