|
TiledArray
0.7.0
|
Add-to tile operation. More...
#include <add.h>


Additional Inherited Members | |
Public Types inherited from TiledArray::tile_interface::AddTo< Result, Left, Right > | |
| 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... | |
Public Member Functions inherited from TiledArray::tile_interface::AddTo< Result, Left, Right > | |
| result_type & | operator() (left_type &left, const right_type &right) const |
Add-to tile operation.
This operation adds a Right tile type to a Left tile of type.
| Result | The result tile type |
| Left | The left-hand argument tile type |
| Right | The right-hand argument tile type |