TiledArray::ScalAddTo< Result, Left, Right, Scalar > Class Template Reference
Inheritance diagram for TiledArray::ScalAddTo< Result, Left, Right, Scalar >:
Collaboration diagram for TiledArray::ScalAddTo< Result, Left, Right, Scalar >:

Documentation

template<typename Result, typename Left, typename Right, typename Scalar>
class TiledArray::ScalAddTo< Result, Left, Right, Scalar >

Add-to and scale tile operation.

This operation adds a Right tile type to a Left tile of type.

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

Definition at line 393 of file add.h.

Additional Inherited Members

- Public Types inherited from TiledArray::tile_interface::ScalAddTo< 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::ScalAddTo< Result, Left, Right, Scalar >
result_typeoperator() (left_type &left, const right_type &right) const
 

The documentation for this class was generated from the following file:
  • TiledArray/tile_interface/add.h