cotila  1.2.1
A compile time linear algebra system

◆ max()

template<typename T , std::size_t N>
constexpr T cotila::max ( const vector< T, N > &  v)
Parameters
van N-vector of type T
Returns
a scalar $ v_i $ of type T where $ v_i \geq v_j,\ \forall j $

Computes the maximum valued element of a vector.