cotila  1.2.1
A compile time linear algebra system

◆ min()

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

Computes the minimum valued element of a vector.