Expression Templates Library (ETL)
Static Public Member Functions | List of all members
etl::detail::dot_impl Struct Reference

Functor for dot product. More...

#include <dot.hpp>

Static Public Member Functions

template<typename A , typename B >
static value_t< A > apply (const A &a, const B &b)
 Apply the functor to a and b. More...
 

Detailed Description

Functor for dot product.

Member Function Documentation

◆ apply()

template<typename A , typename B >
static value_t<A> etl::detail::dot_impl::apply ( const A &  a,
const B &  b 
)
inlinestatic

Apply the functor to a and b.

Parameters
athe left hand side
bthe left hand side
Returns
the dot product of a and b

The documentation for this struct was generated from the following file: