cotila  1.2.1
A compile time linear algebra system

◆ dot()

template<typename T , std::size_t N>
constexpr T cotila::dot ( const vector< T, N > &  a,
const vector< T, N > &  b 
)
Parameters
aan N-vector of type T
ban N-vector of type T
Returns
a scalar $ \textbf{a} \cdot \textbf{b} $ of type T such that $ \left(\textbf{a}\cdot\textbf{b}\right)_i = a_i \overline{b_i} $

Computes the dot (inner) product of two vectors.