cotila  1.2.1
A compile time linear algebra system

◆ iota()

template<std::size_t N, typename T >
constexpr vector<T, N> cotila::iota ( value = T())
Parameters
valuethe value of the first element of the vector
Returns
an N-vector of type T such that $ \textbf{v}_i = \textrm{start} + i - 1 $

Generates a vector containing consecutive elements spaced by 1.