|
Expression Templates Library (ETL)
|
Unified vectorized implementation of the "dot" reduction. More...

Go to the source code of this file.
Functions | |
| template<typename V , typename L , typename R > | |
| value_t< L > | etl::impl::vec::dot_impl (const L &lhs, const R &rhs) |
| Compute the dot product of a and b using vectorized code. More... | |
| template<typename L , typename R > | |
| value_t< L > | etl::impl::vec::dot (const L &lhs, const R &rhs) |
| Compute the dot product of a and b. More... | |
Unified vectorized implementation of the "dot" reduction.
| value_t<L> etl::impl::vec::dot | ( | const L & | lhs, |
| const R & | rhs | ||
| ) |
Compute the dot product of a and b.
| lhs | The lhs expression |
| rhs | The rhs expression |
| value_t<L> etl::impl::vec::dot_impl | ( | const L & | lhs, |
| const R & | rhs | ||
| ) |
Compute the dot product of a and b using vectorized code.
| lhs | The lhs expression |
| rhs | The rhs expression |
1.8.13