template<typename T , std::size_t N>
constexpr T cotila::dot |
( |
const vector< T, N > & |
a, |
|
|
const vector< T, N > & |
b |
|
) |
| |
- Parameters
-
a | an N-vector of type T |
b | an N-vector of type T |
- Returns
- a scalar
of type T such that 
Computes the dot (inner) product of two vectors.