TiledArray  0.7.0
TiledArray::Add< Result, Left, Right > Class Template Reference

Add tile operation. More...

#include <add.h>

Inheritance diagram for TiledArray::Add< Result, Left, Right >:
Collaboration diagram for TiledArray::Add< Result, Left, Right >:

Additional Inherited Members

- Public Types inherited from TiledArray::tile_interface::Add< 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::Add< Result, Left, Right >
result_type operator() (const left_type &left, const right_type &right) const
 
result_type operator() (const left_type &left, const right_type &right, const Permutation &perm) const
 

Detailed Description

template<typename Result, typename Left, typename Right>
class TiledArray::Add< Result, Left, Right >

Add tile operation.

This operation adds two tiles of type Left and Right to create a tile of type Result.

Template Parameters
ResultThe result tile type
LeftThe left-hand argument tile type
RightThe right-hand argument tile type

Definition at line 368 of file add.h.


The documentation for this class was generated from the following file: