|
Expression Templates Library (ETL)
|
BLAS implementation of the "sum" reduction. More...

Go to the source code of this file.
Functions | |
| template<typename A > | |
| value_t< A > | etl::impl::blas::sum (const A &) |
| Returns the sum of all the values contained in the given expression. More... | |
| template<typename A > | |
| value_t< A > | etl::impl::blas::asum (const A &) |
| Returns the sum of all the absolute values contained in the given expression. More... | |
BLAS implementation of the "sum" reduction.
| value_t<A> etl::impl::blas::asum | ( | const A & | ) |
| value_t<A> etl::impl::blas::sum | ( | const A & | ) |
1.8.13