TiledArray::tile_interface::ScalAdd< Result, Left, Right, Scalar, Enabler > Class Template Reference
Documentation
template<typename Result, typename Left, typename Right, typename Scalar, typename Enabler = void>
class TiledArray::tile_interface::ScalAdd< Result, Left, Right, Scalar, Enabler >
Public Types | |
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 | |
result_type | operator() (const left_type &left, const right_type &right, const scalar_type factor) const |
template<typename Perm , typename = std::enable_if_t< TiledArray::detail::is_permutation_v<Perm>>> | |
result_type | operator() (const left_type &left, const right_type &right, const scalar_type factor, const Perm &perm) const |
Member Typedef Documentation
◆ left_type
template<typename Result , typename Left , typename Right , typename Scalar , typename Enabler = void>
typedef Left TiledArray::tile_interface::ScalAdd< Result, Left, Right, Scalar, Enabler >::left_type |
◆ result_type
template<typename Result , typename Left , typename Right , typename Scalar , typename Enabler = void>
typedef Result TiledArray::tile_interface::ScalAdd< Result, Left, Right, Scalar, Enabler >::result_type |
◆ right_type
template<typename Result , typename Left , typename Right , typename Scalar , typename Enabler = void>
typedef Right TiledArray::tile_interface::ScalAdd< Result, Left, Right, Scalar, Enabler >::right_type |
◆ scalar_type
template<typename Result , typename Left , typename Right , typename Scalar , typename Enabler = void>
typedef Scalar TiledArray::tile_interface::ScalAdd< Result, Left, Right, Scalar, Enabler >::scalar_type |
Member Function Documentation
◆ operator()() [1/2]
template<typename Result , typename Left , typename Right , typename Scalar , typename Enabler = void>
|
inline |
◆ operator()() [2/2]
template<typename Result , typename Left , typename Right , typename Scalar , typename Enabler = void>
template<typename Perm , typename = std::enable_if_t< TiledArray::detail::is_permutation_v<Perm>>>
|
inline |
The documentation for this class was generated from the following file:
- TiledArray/tile_interface/add.h