Search Results

Include dependency graph for shift_wrapper.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TiledArray::detail::ShiftWrapper< T >
Shift wrapper class. More...
 

Namespaces

 TiledArray
 
 TiledArray::detail
 

Functions

template<typename Left , typename Right >
bool TiledArray::detail::is_range_congruent (const Left &left, const ShiftWrapper< Right > &right)
Check for congruent range objects with a shifted tensor. More...
 
template<typename T >
detail::ShiftWrapper< T > TiledArray::shift (T &tensor)
Shift a tensor from one range to another. More...
 
template<typename T >
detail::ShiftWrapper< const T > TiledArray::shift (const T &tensor)
Shift a tensor from one range to another. More...