•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Search Results
TiledArray::DotReduction< Left, Right > Class Template Reference
Documentation
template<typename Left, typename Right>
class TiledArray::DotReduction< Left, Right >
Vector dot product tile reduction.
This reduction operation computes the vector dot product of a tile.
Definition at line 39 of file binary_reduction.h.
Public Types | |
using result_type = decltype(dot(std::declval< Left >(), std::declval< Right >())) | |
typedef Left first_argument_type | |
typedef Right second_argument_type | |
Public Member Functions | |
result_type operator() () const | |
const result_type & operator() (const result_type &result) const | |
void operator() (result_type &result, const result_type &arg) const | |
void operator() (result_type &result, const first_argument_type &left, const second_argument_type &right) const | |
Member Typedef Documentation
◆ first_argument_type
template<typename Left , typename Right >
typedef Left TiledArray::DotReduction< Left, Right >::first_argument_type |
Definition at line 44 of file binary_reduction.h.
◆ result_type
template<typename Left , typename Right >
using TiledArray::DotReduction< Left, Right >::result_type = decltype(dot(std::declval<Left>(), std::declval<Right>())) |
Definition at line 42 of file binary_reduction.h.
◆ second_argument_type
template<typename Left , typename Right >
typedef Right TiledArray::DotReduction< Left, Right >::second_argument_type |
Definition at line 45 of file binary_reduction.h.
Member Function Documentation
◆ operator()() [1/4]
template<typename Left , typename Right >
|
inline |
Definition at line 50 of file binary_reduction.h.
◆ operator()() [2/4]
template<typename Left , typename Right >
|
inline |
Definition at line 53 of file binary_reduction.h.
◆ operator()() [3/4]
template<typename Left , typename Right >
|
inline |
◆ operator()() [4/4]
template<typename Left , typename Right >
|
inline |
Definition at line 58 of file binary_reduction.h.
The documentation for this class was generated from the following file:
- TiledArray/tile_op/binary_reduction.h