tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
blas1_dot.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 
namespace  etl::linalg
 

Functions

template<in_vector InVec1, in_vector InVec2>
constexpr auto dot (InVec1 v1, InVec2 v2)
 
template<in_vector InVec1, in_vector InVec2, typename Scalar >
constexpr auto dot (InVec1 v1, InVec2 v2, Scalar init) -> Scalar