cotila  1.2.1
A compile time linear algebra system

◆ min_index()

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

Computes the index of the minimum valued element of a vector. Note: the return value is zero-indexed.