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

CUBLAS implementation of the dot product. 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::cublas::dot (const A &, const B &)
 Batch Outer product multiplication of two matrices. More...
 

Detailed Description

CUBLAS implementation of the dot product.

Function Documentation

◆ dot()

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