|
TiledArray
0.7.0
|
Shift the range of tile. More...
#include <shift.h>


Additional Inherited Members | |
Public Types inherited from TiledArray::tile_interface::Shift< Result, Arg > | |
| typedef Result | result_type |
| Result tile type. More... | |
| typedef Arg | argument_type |
| Argument tile type. More... | |
Public Member Functions inherited from TiledArray::tile_interface::Shift< Result, Arg > | |
| result_type | operator() (const argument_type &arg, const Index &range_shift) const |
Shift the range of tile.
This operation creates a deep copy of a tile and shifts the lower and upper bounds of the range.
| Result | The result tile type |
| Argument | The argument tile type |