cotila  1.2.1
A compile time linear algebra system

◆ sum()

template<typename T , std::size_t N>
constexpr T cotila::sum ( const vector< T, N > &  v)
Parameters
van N-vector of type T
Returns
a scalar $ \sum\limits_{i} v_i $ of type T

Computes the sum of the elements of a vector.