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

Go to the source code of this file.
Functions | |
| template<typename A , typename B > | |
| value_t< A > | etl::impl::standard::dot (const A &a, const B &b) |
| Compute the dot product of a and b. More... | |
Standard implementation of the "dot" reduction.
| value_t<A> etl::impl::standard::dot | ( | const A & | a, |
| const B & | b | ||
| ) |
Compute the dot product of a and b.
| a | The lhs expression |
| b | The rhs expression |
1.8.13