|
TiledArray
0.7.0
|
#include <shift.h>
Public Types | |
| typedef Shift< Result, Arg, Consumable > | Shift_ |
| This object type. More... | |
| typedef Arg | argument_type |
| The argument type. More... | |
| typedef Result | result_type |
| The result tile type. More... | |
Public Member Functions | |
| Shift ()=delete | |
| Shift (const Shift_ &)=default | |
| Shift (Shift_ &&)=default | |
| ~Shift ()=default | |
| Shift & | operator= (const Shift_ &)=default |
| Shift & | operator= (Shift_ &&)=default |
| Shift (const std::vector< long > &range_shift) | |
| Default constructor. More... | |
| result_type | operator() (const argument_type &arg, const Permutation &perm) const |
| Shift and permute operator. More... | |
| template<typename A > | |
| result_type | operator() (A &&arg) const |
| Consuming shift operation. More... | |
| template<typename A > | |
| result_type | consume (A &arg) const |
| Explicit consuming shift operation. More... | |
Static Public Attributes | |
| static constexpr bool | is_consumable |
| Indicates whether it is possible to consume the left tile. More... | |
Tile shift operation.
This tile operation will shift the range of the tile and/or apply a permutation to the result tensor.
| Result | The tile result type |
| Arg | The argument type |
| Consumable | If true, the tile is a temporary and may be consumed |
| typedef Arg TiledArray::detail::Shift< Result, Arg, Consumable >::argument_type |
| typedef Result TiledArray::detail::Shift< Result, Arg, Consumable >::result_type |
| typedef Shift<Result, Arg, Consumable> TiledArray::detail::Shift< Result, Arg, Consumable >::Shift_ |
|
delete |
|
default |
|
default |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
default |
|
default |
|
static |