|
TiledArray
0.7.0
|
Tile scaling operation. More...
#include <scal.h>
Public Types | |
| typedef Scal< Result, Arg, Scalar, Consumable > | Scal_ |
| This object type. More... | |
| typedef Arg | argument_type |
| The argument type. More... | |
| typedef Scalar | scalar_type |
| The scaling factor type. More... | |
| typedef Result | result_type |
| The result tile type. More... | |
Public Member Functions | |
| Scal (const Scal_ &)=default | |
| Scal (Scal_ &&)=default | |
| ~Scal ()=default | |
| Scal_ & | operator= (const Scal_ &)=default |
| Scal_ & | operator= (Scal_ &&)=default |
| Scal (const scalar_type factor) | |
| Constructor. More... | |
| result_type | operator() (const argument_type &arg, const Permutation &perm) const |
| Scale and permute operator. More... | |
| template<typename A > | |
| result_type | operator() (A &&arg) const |
| Consuming scale operation. More... | |
| result_type | consume (argument_type &arg) const |
| Explicit consuming scale operation. More... | |
Static Public Attributes | |
| static constexpr bool | is_consumable |
Tile scaling operation.
This scaling operation will scale the content a tile and apply a permutation to the result tensor. If no permutation is given or the permutation is null, then the result is not permuted.
| Result | The result type |
| Arg | The argument type |
| Scalar | The scaling factor type |
| Consumable | Flag that is true when Arg is consumable |
| typedef Arg TiledArray::detail::Scal< Result, Arg, Scalar, Consumable >::argument_type |
| typedef Result TiledArray::detail::Scal< Result, Arg, Scalar, Consumable >::result_type |
| typedef Scal<Result, Arg, Scalar, Consumable> TiledArray::detail::Scal< Result, Arg, Scalar, Consumable >::Scal_ |
| typedef Scalar TiledArray::detail::Scal< Result, Arg, Scalar, Consumable >::scalar_type |
|
default |
|
default |
|
default |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
default |
|
default |
|
static |