Expression Templates Library (ETL)
Functions
dot.hpp File Reference

BLAS implementation of the "dot" reduction. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename A , typename B >
value_t< A > etl::impl::blas::dot (const A &, const B &)
 Returns the dot product of the two given expressions. More...
 

Detailed Description

BLAS implementation of the "dot" reduction.

Function Documentation

◆ dot()

template<typename A , typename B >
value_t<A> etl::impl::blas::dot ( const A &  ,
const B &   
)