|
TiledArray
0.7.0
|
#include <add.h>


Additional Inherited Members | |
Public Types inherited from TiledArray::tile_interface::ScalAdd< Result, Left, Right, Scalar > | |
| typedef Result | result_type |
| Result tile type. More... | |
| typedef Left | left_type |
| Left-hand argument tile type. More... | |
| typedef Right | right_type |
| Right-hand argument tile type. More... | |
| typedef Scalar | scalar_type |
| The scaling factor type. More... | |
Public Member Functions inherited from TiledArray::tile_interface::ScalAdd< Result, Left, Right, Scalar > | |
| result_type | operator() (const left_type &left, const right_type &right, const scalar_type factor) const |
| result_type | operator() (const left_type &left, const right_type &right, const scalar_type factor, const Permutation &perm) const |
Add tile operation.
This operation adds two tiles of type Left and Right to create a tile of type Result.
| Result | The result tile type |
| Left | The left-hand argument tile type |
| Right | The right-hand argument tile type |
| Scalar | The scaling factor type |